Skip to content

Commit

Permalink
Add more ruby version to TraviCI
Browse files Browse the repository at this point in the history
...and mark the build as sudo: false to allow for some TravisCI
performance optimizations.
  • Loading branch information
acant committed Jul 21, 2016
1 parent 237fbd5 commit d2224d3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
language: ruby
rvm:
- 2.0.0
- 2.0
- 2.1
- 2.2
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
sudo: false

0 comments on commit d2224d3

Please sign in to comment.