Skip to content

Commit

Permalink
Update travis rubies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Uceda Pompa committed Sep 17, 2017
1 parent 600c0fe commit 4f44c97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,14 +1,14 @@
language: ruby
sudo: false
script: 'bundle exec rake spec:coverage --trace && bundle exec rubocop'
script: 'bundle exec rake test:coverage --trace && bundle exec rubocop'
before_install:
- gem update --system
- rvm @global do gem uninstall bundler -a -x
- rvm @global do gem install bundler -v 1.13.7
rvm:
- 2.3.4
- 2.4.1
- jruby-9.1.8.0
- 2.4.2
- jruby-9.1.13.0
- ruby-head
- jruby-head

Expand Down

0 comments on commit 4f44c97

Please sign in to comment.