Skip to content

Commit 47d5471

Browse files
travis 1.1
1 parent 361b03c commit 47d5471

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
@@ -10,4 +10,4 @@ notifications:
1010
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1111
# - julia -e 'Pkg.clone(pwd()); Pkg.build("ReusableFunctions"); Pkg.test("ReusableFunctions"; coverage=true)';
1212
after_success:
13-
- julia -e 'cd(Pkg.dir("ReusableFunctions")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
13+
- julia -e 'import Pkg; import ReusableFunctions; cd(joinpath(dirname(pathof(ReusableFunctions)))); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'

0 commit comments

Comments
 (0)