File tree Expand file tree Collapse file tree 2 files changed +3
-48
lines changed Expand file tree Collapse file tree 2 files changed +3
-48
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ language: julia
3
3
os :
4
4
- linux
5
5
- osx
6
+ - windows
6
7
julia :
7
8
- 1.0
8
- - 1.1
9
+ - 1
9
10
- nightly
10
11
notifications :
11
12
email : false
@@ -14,10 +15,7 @@ notifications:
14
15
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
15
16
# - julia -e 'Pkg.clone(pwd()); Pkg.build("ImageSegmentation"); Pkg.test("ImageSegmentation"; coverage=true)'
16
17
after_success :
17
- # push coverage results to Coveralls
18
- - julia -e 'cd(Pkg.dir("ImageSegmentation")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
19
- # push coverage results to Codecov
20
- - julia -e 'cd(Pkg.dir("ImageSegmentation")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
18
+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
21
19
22
20
matrix :
23
21
allow_failures :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments