From 899414020871133fb4189f64e0037cf5c83e1bc1 Mon Sep 17 00:00:00 2001 From: Ben Sadeghi Date: Sat, 7 Dec 2019 14:34:54 +0800 Subject: [PATCH] update travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6134d94f..e4fc6ec1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ os: - linux julia: - - 0.7 - - 1.1 + - 1.0.5 + - 1.3 - nightly matrix: @@ -18,4 +18,4 @@ notifications: sudo: false after_success: - - julia -e 'if VERSION >= v"0.7.0-" using Pkg end; cd(Pkg.dir("DecisionTree")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; \ No newline at end of file + - julia -e 'if VERSION >= v"0.7.0-" using Pkg end; cd(Pkg.dir("DecisionTree")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';