Skip to content

Commit

Permalink
ensure tests use latest rubygems and bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
eltone committed Oct 12, 2016
1 parent fc95113 commit 5db5393
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -9,11 +9,14 @@ before_install:
- make
- ./beanstalkd &
- cd $TRAVIS_BUILD_DIR
- gem update --system
- gem update bundler
install:
- bundle install
matrix:
allow_failures:
- rvm: rbx-2
script:
- bundle install
- bundle exec rake test
gemfile: Gemfile
notifications:
Expand Down

0 comments on commit 5db5393

Please sign in to comment.