Skip to content

Commit 7318f4d

Browse files
travis 1.1
1 parent 8a9f001 commit 7318f4d

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
@@ -11,4 +11,4 @@ notifications:
1111
# - julia -e 'import Pkg; Pkg.clone(pwd());'
1212
# - julia -e 'import Pkg; Pkg.build("DocumentFunction"); Pkg.test("DocumentFunction"; coverage=true)'
1313
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())'
14+
- 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

Comments
 (0)