File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 6
6
julia :
7
7
- 0.6
8
8
- 0.7
9
+ - 1.0
9
10
- nightly
10
11
notifications :
11
12
email : false
12
13
matrix :
13
14
fast_finish : true
14
15
after_success :
15
- - julia -e 'cd(Pkg.dir("FilePaths")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
16
+ - |
17
+ julia -e '
18
+ VERSION >= v"0.7.0-DEV.3656" && using Pkg
19
+ VERSION >= v"0.7.0-DEV.5183" || cd(Pkg.dir("FilePaths"))
20
+ Pkg.add("Coverage"); using Coverage
21
+ Codecov.submit(process_folder())'
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ environment:
2
2
matrix :
3
3
- julia_version : 0.6
4
4
- julia_version : 0.7
5
+ - julia_version : 1
5
6
- julia_version : latest
6
7
7
8
platform :
@@ -26,12 +27,12 @@ notifications:
26
27
on_build_status_changed : false
27
28
28
29
install :
29
- - ps : iex ((new-object net.webclient).DownloadString(' https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/master /bin/install.ps1' ))
30
+ - ps : iex ((new-object net.webclient).DownloadString(" https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1 /bin/install.ps1" ))
30
31
31
32
build_script :
32
33
- echo "%JL_BUILD_SCRIPT%"
33
- - julia -e "%JL_BUILD_SCRIPT%"
34
+ - C:\julia\bin\ julia -e "%JL_BUILD_SCRIPT%"
34
35
35
36
test_script :
36
37
- echo "%JL_TEST_SCRIPT%"
37
- - julia -e "%JL_TEST_SCRIPT%"
38
+ - C:\julia\bin\ julia -e "%JL_TEST_SCRIPT%"
You can’t perform that action at this time.
0 commit comments