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 66julia :
77 - 0.6
88 - 0.7
9+ - 1.0
910 - nightly
1011notifications :
1112 email : false
1213matrix :
1314 fast_finish : true
1415after_success :
15- - julia -e 'cd(Pkg.dir("FilePathsBase")); 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("FilePathsBase"))
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:
22 matrix :
33 - julia_version : 0.6
44 - julia_version : 0.7
5+ - julia_version : 1
56 - julia_version : latest
67
78platform :
@@ -26,12 +27,12 @@ notifications:
2627 on_build_status_changed : false
2728
2829install :
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" ))
3031
3132build_script :
3233 - echo "%JL_BUILD_SCRIPT%"
33- - julia -e "%JL_BUILD_SCRIPT%"
34+ - C:\julia\bin\ julia -e "%JL_BUILD_SCRIPT%"
3435
3536test_script :
3637 - 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