Skip to content

Commit c632534

Browse files
authored
Merge pull request #23 from tlnagy/tn/fix-codecov
use codecov instead of coveralls
2 parents 4f25d34 + 3ad1c83 commit c632534

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.travis.yml

+1-16
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,11 @@ julia:
88
- nightly
99
notifications:
1010
email: false
11-
git:
12-
depth: 99999999
1311

14-
## uncomment the following lines to allow failures on nightly julia
15-
## (tests will run but not make your overall status red)
1612
matrix:
1713
allow_failures:
1814
- julia: nightly
1915

20-
## uncomment and modify the following lines to manually install system packages
21-
#addons:
22-
# apt: # apt-get for linux
23-
# packages:
24-
# - gfortran
25-
#before_script: # homebrew for mac
26-
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
27-
28-
## uncomment the following lines to override the default test script
29-
#script:
30-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("OMETIFF"); Pkg.test("OMETIFF"; coverage=true)'
3116
after_success:
3217
# push coverage results to Codecov
33-
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
18+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 commit comments

Comments
 (0)