Skip to content

Commit 635a2ff

Browse files
committed
Update .travis.yml
1 parent c65f6de commit 635a2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ notifications:
1717
after_script:
1818
- bash ./docs/travis.sh
1919
after_success:
20-
- julia -e 'cd(Pkg.dir("ApproxFunFourier")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
20+
- julia -e 'cd(Pkg.dir("ApproxFunFourier")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
2121

2222

2323
# uncomment the following lines to override the default test script

0 commit comments

Comments
 (0)