Skip to content

Commit 3cb9401

Browse files
committed
Attempt 3
1 parent 40069f0 commit 3cb9401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ notifications:
1111
email: false
1212
bundler_args: --without development:production --deployment --retry=3 --jobs=3
1313
before_script:
14-
- gem install bundler:1.17.3
1514
- bundle exec rake db:create
1615
- bundle exec rake db:migrate
1716
- bundle exec rake assets:precompile &> /dev/null
@@ -23,6 +22,7 @@ before_install:
2322
tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs;
2423
fi
2524
- "export DISPLAY=:99.0"
25+
- gem install bundler:1.17.3
2626
script:
2727
- bundle exec rubocop
2828
- bundle exec rake test

0 commit comments

Comments
 (0)