Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Jun 20, 2015
1 parent 0618e02 commit cdc950b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .travis.yml
@@ -1,9 +1,24 @@
sudo: false
bundler_args: --jobs=3 --retry=3
language: ruby
cache: bundler
bundler_args: --jobs=3 --retry=3
before_install:
- gem update --remote bundler
rvm:
- 2.0.0
- 2.1
- 2.2
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
notifications:
email:
on_success: change
on_failure: always
script:
- bundle exec rake
# TODO - bundle exec rubocop

0 comments on commit cdc950b

Please sign in to comment.