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 8a9f001 commit 7318f4dCopy full SHA for 7318f4d
.travis.yml
@@ -11,4 +11,4 @@ notifications:
11
# - julia -e 'import Pkg; Pkg.clone(pwd());'
12
# - julia -e 'import Pkg; Pkg.build("DocumentFunction"); Pkg.test("DocumentFunction"; coverage=true)'
13
after_success:
14
- - julia -e 'import Pkg; cd(Pkg.dir("DocumentFunction")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
+ - julia -e 'import Pkg; import DocumentFunction; cd(joinpath(dirname(pathof(DocumentFunction)))); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
0 commit comments