Skip to content

Commit 8e2dc3f

Browse files
committed
Fix codecov
1 parent fd7fc20 commit 8e2dc3f

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
@@ -15,7 +15,7 @@ matrix:
1515
notifications:
1616
email: false
1717
after_success:
18-
- julia -e 'cd(Pkg.dir("LazyArrays")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
18+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
1919

2020
# uncomment the following lines to override the default test script
2121
#script:

0 commit comments

Comments
 (0)