Skip to content

Commit

Permalink
updated required ruby version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaracco committed Feb 8, 2017
1 parent 56853fb commit 643b063
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
bundler_args: --without development
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- jruby-19mode
rvm: 2.2.5
matrix:
fast_finish: true
script:
- bundle exec thor spec
- bundle exec thor features
after_script: bundle exec thor coveralls
after_script: bundle exec thor coveralls

0 comments on commit 643b063

Please sign in to comment.