Skip to content

Commit ea7a6ef

Browse files
authored
switch to travis from appveyor (#44)
* switch to travis from appveyor * fix coverage upload
1 parent 95d7978 commit ea7a6ef

File tree

2 files changed

+3
-48
lines changed

2 files changed

+3
-48
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ language: julia
33
os:
44
- linux
55
- osx
6+
- windows
67
julia:
78
- 1.0
8-
- 1.1
9+
- 1
910
- nightly
1011
notifications:
1112
email: false
@@ -14,10 +15,7 @@ notifications:
1415
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1516
# - julia -e 'Pkg.clone(pwd()); Pkg.build("ImageSegmentation"); Pkg.test("ImageSegmentation"; coverage=true)'
1617
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())'
2119

2220
matrix:
2321
allow_failures:

appveyor.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)