Skip to content

Commit

Permalink
Fixed [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
gragusa committed Sep 6, 2018
1 parent 3427bc0 commit f9a9a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("BayesianTools"); Pkg.test("BayesianTools"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("BayesianTools")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder()); Coveralls.submit(Coveralls.process_folder())'
- julia -e 'using Pkg; cd(Pkg.dir("BayesianTools")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder());
Coveralls.submit(Coveralls.process_folder())'

0 comments on commit f9a9a63

Please sign in to comment.