Skip to content

Commit

Permalink
Fix Travis CI build.
Browse files Browse the repository at this point in the history
Fix credit: ryopeko/shinq#18
  • Loading branch information
ustasb committed Sep 13, 2017
1 parent 5a973b2 commit 0d7a1b2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: ruby
rvm:
- "1.9.3"
- "2.0.0"
- "2.1.0"
- "2.2.0"
- 1.9
- 2.0
- 2.1
- 2.2
before_install:
- gem update bundler
script: bundle exec rspec

0 comments on commit 0d7a1b2

Please sign in to comment.