We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40069f0 commit 3cb9401Copy full SHA for 3cb9401
.travis.yml
@@ -11,7 +11,6 @@ notifications:
11
email: false
12
bundler_args: --without development:production --deployment --retry=3 --jobs=3
13
before_script:
14
- - gem install bundler:1.17.3
15
- bundle exec rake db:create
16
- bundle exec rake db:migrate
17
- bundle exec rake assets:precompile &> /dev/null
@@ -23,6 +22,7 @@ before_install:
23
22
tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs;
24
fi
25
- "export DISPLAY=:99.0"
+ - gem install bundler:1.17.3
26
script:
27
- bundle exec rubocop
28
- bundle exec rake test
0 commit comments