Skip to content

Commit 8994140

Browse files
authored
update travis.yml
1 parent 8764bb4 commit 8994140

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ os:
44
- linux
55

66
julia:
7-
- 0.7
8-
- 1.1
7+
- 1.0.5
8+
- 1.3
99
- nightly
1010

1111
matrix:
@@ -18,4 +18,4 @@ notifications:
1818
sudo: false
1919

2020
after_success:
21-
- 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())';
21+
- 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())';

0 commit comments

Comments
 (0)