Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorJonne Haß <me@mrzyx.de>2014-03-31 02:01:46 +0400
committerJonne Haß <me@mrzyx.de>2014-03-31 02:02:22 +0400
commit549c45e06f7de2e3aaf4452d3435e6952543e5e3 (patch)
tree4bc58afc46488e3e15d407b6710e116e326c7ad0 /script
parent5b4ab32c08eb1bb316040a4255738a8762cb9847 (diff)
No need anymore to update bundler on travis
Diffstat (limited to 'script')
-rwxr-xr-xscript/ci/before_install.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/script/ci/before_install.sh b/script/ci/before_install.sh
deleted file mode 100755
index 975944056..000000000
--- a/script/ci/before_install.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-# Travis CI still includes 1.2.x by default
-gem install bundler --version '>= 1.3.4'