.travis.yml in rspreadsheet-0.4.5 vs .travis.yml in rspreadsheet-0.4.7
- old
+ new
@@ -1,13 +1,21 @@
language: ruby
cache: bundler
rvm:
- - 2.0.0
- - 2.1.10
- - 2.2.6
- - 2.3.3
- - 2.4.0
+ - 2.0.0 # latest 2.0 by 2019-05
+ - 2.1.10 # latest 2.1 by 2019-05
+ - 2.2.10 # latest 2.2 by 2019-05
+ - 2.3.8 # latest 2.3 by 2019-05
+ - 2.4.6 # latest 2.4 by 2019-05
+ - 2.5.5 # latest 2.5 by 2019-05
+ - 2.6.3 # latest 2.6 by 2019-05
+ - 2.1.5 # ruby in debian 8 jessie
+ - 2.3.3 # ruby in debian 9 stretch
+ - 2.5.5 # ruby in debian 10 buster
+
+
+# tesing versions with native libxml2 in debian
script: 'bundle exec rake'
matrix:
include:
- rvm: 2.4.0
xx_before_install:
@@ -17,8 +25,8 @@
- gem update bundler
notifications:
email:
recipients:
- - jatesins@ncsu.edu
+ - travis@kub.cz
on_failure: change
on_success: never