No need anymore to update bundler on travis
This commit is contained in:
parent
5b4ab32c08
commit
549c45e06f
2 changed files with 0 additions and 5 deletions
|
|
@ -16,7 +16,6 @@ env:
|
||||||
|
|
||||||
|
|
||||||
bundler_args: "--without development production heroku"
|
bundler_args: "--without development production heroku"
|
||||||
before_install: "./script/ci/before_install.sh"
|
|
||||||
script: "./script/ci/build.sh"
|
script: "./script/ci/build.sh"
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# Travis CI still includes 1.2.x by default
|
|
||||||
gem install bundler --version '>= 1.3.4'
|
|
||||||
Loading…
Reference in a new issue