No need anymore to update bundler on travis

This commit is contained in:
Jonne Haß 2014-03-31 00:01:46 +02:00
parent 5b4ab32c08
commit 549c45e06f
2 changed files with 0 additions and 5 deletions

View file

@ -16,7 +16,6 @@ env:
bundler_args: "--without development production heroku"
before_install: "./script/ci/before_install.sh"
script: "./script/ci/build.sh"
addons:

View file

@ -1,4 +0,0 @@
#!/bin/sh
# Travis CI still includes 1.2.x by default
gem install bundler --version '>= 1.3.4'