Skip to content

Commit

Permalink
added workaround for travis issue with 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trusche committed Apr 6, 2016
1 parent 331a118 commit c6a3bba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ rvm:
- "2.0.0"
- "2.1.1"
# uncomment this line if your project needs to run something other than `rake`:
script: bundle exec rspec spec
script: bundle exec rspec spec
# workaround for https://github.com/travis-ci/travis-ci/issues/5239:
before_install:
- gem install bundler

0 comments on commit c6a3bba

Please sign in to comment.