Merge pull request #118 from petergoldstein/feature/travis_2_1_0
Add Ruby 2.1.0 to Travis config
This commit is contained in:
commit
04e0759e09
|
@ -3,6 +3,7 @@ rvm:
|
|||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1.0
|
||||
- ruby-head
|
||||
- rbx
|
||||
matrix:
|
||||
|
@ -19,8 +20,5 @@ before_script:
|
|||
- sudo apt-get install -qq zip unzip
|
||||
- echo `whereis zip`
|
||||
- echo `whereis unzip`
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
|
|
Loading…
Reference in New Issue