Skip to content

Commit

Permalink
Merge pull request #662 from dgynn/travis_fixes
Browse files Browse the repository at this point in the history
Fix travis by upgrading bundler
  • Loading branch information
nesquena committed Jun 14, 2016
2 parents 37877ea + 8282e2b commit 1c3671d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
@@ -1,14 +1,15 @@
# http://about.travis-ci.org/docs/user/build-configuration/
# https://docs.travis-ci.com/user/customizing-the-build/
language: ruby
cache: bundler
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3.1
notifications:
recipients:
- nesquena@gmail.com
- databyte@gmail.com
matrix:
allow_failures:
- rvm: 1.8.7
before_install:
- gem install bundler

0 comments on commit 1c3671d

Please sign in to comment.