We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7fc20 commit 8e2dc3fCopy full SHA for 8e2dc3f
.travis.yml
@@ -15,7 +15,7 @@ matrix:
15
notifications:
16
email: false
17
after_success:
18
- - julia -e 'cd(Pkg.dir("LazyArrays")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
19
20
# uncomment the following lines to override the default test script
21
#script:
0 commit comments