Merge pull request #118 from petergoldstein/feature/travis_2_1_0

Add Ruby 2.1.0 to Travis config
This commit is contained in:
Alexander Simonov 2013-12-30 12:01:24 -08:00
commit 04e0759e09
1 changed files with 1 additions and 3 deletions

View File

@ -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