diary-website

Website for diary
git clone https://git.in0rdr.ch/diary-website.git
Log | Files | Refs | README | LICENSE

commit af24944f98947a726e1d3decd078c4c2e7b0a164
parent 4537f3935563fbfc45c728e054dd9af5e9f0850a
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