Skip to content

Commit 8bb03bb

Browse files
authored
Update ruby version in travis.yml
Nokogiri requires ruby >= 2.1.0 to be used, and fails to complete travis build
1 parent 4b39f96 commit 8bb03bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ script: "./script/cibuild"
55
#environment
66
language: ruby
77
rvm:
8-
- 2.0.0
8+
- 2.1.0
99

1010
branches:
1111
only:

0 commit comments

Comments
 (0)