commit fcc3a12870814fe84ef336e5a5c6cf1a143a6170 parent 9d56218af1cec73dbe26b1cbd1fa49a212bc72d4 Author: Uwe Arnold <donvipre@gmail.com> Date: Sat, 29 Feb 2020 15:13:56 +0100 Update: travis use ruby 2.6 Diffstat:
M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - 2.4.1 + - 2.6.0 before_script: - chmod +x ./script/cibuild.sh