Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
envygeeks committed Oct 30, 2018
1 parent 376ea32 commit 4ec47fd
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
---
sudo: false
cache: bundler
os: linux
rvm:
- &ruby1 2.1.8
- &ruby2 2.2.4
- &ruby3 2.3.0
- &jruby-previous jruby-9.0.4.0
- &jruby jruby-9.0.5.0
- &ruby1 2.4
- &ruby2 2.5
env:
- ""
- BENCHMARK=true
matrix:
allow_failures:
- env: BENCHMARK=true
- rvm: *jruby-previous
- rvm: *jruby

exclude:
- { env: BENCHMARK=true, rvm: *ruby1 }
- { env: BENCHMARK=true, rvm: *jruby }
- { env: BENCHMARK=true, rvm: *jruby-previous }
- { env: BENCHMARK=true, rvm: *ruby2 }

notifications:
email:
Expand Down

0 comments on commit 4ec47fd

Please sign in to comment.