You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ os:
4
4
- linux
5
5
6
6
julia:
7
-
- 0.7
8
-
- 1.1
7
+
- 1.0.5
8
+
- 1.3
9
9
- nightly
10
10
11
11
matrix:
@@ -18,4 +18,4 @@ notifications:
18
18
sudo: false
19
19
20
20
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