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.2
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
- 2.1.0
|
||||||
- ruby-head
|
- ruby-head
|
||||||
- rbx
|
- rbx
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -19,8 +20,5 @@ before_script:
|
||||||
- sudo apt-get install -qq zip unzip
|
- sudo apt-get install -qq zip unzip
|
||||||
- echo `whereis zip`
|
- echo `whereis zip`
|
||||||
- echo `whereis unzip`
|
- echo `whereis unzip`
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
|
|
Loading…
Reference in New Issue