1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-03 00:49:11 +02:00

Update ruby version in travis.yml

Nokogiri requires ruby >= 2.1.0 to be used, and fails to complete travis build
This commit is contained in:
Guilherme Scaranse 2017-01-02 22:28:14 -02:00 committed by GitHub
parent 4b39f96c2a
commit 8bb03bb4e3

View File

@ -5,7 +5,7 @@ script: "./script/cibuild"
#environment
language: ruby
rvm:
- 2.0.0
- 2.1.0
branches:
only: