Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Sep 19, 2018
1 parent 3afcc11 commit b72ed3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'using Pkg; Pkg.add("Distributed")'
- julia -e 'using Pkg; Pkg.add("Statistics")'
- julia -e 'using Pkg; Pkg.clone(pwd())'
- julia -e 'using Pkg; Pkg.add(pwd())'
- julia -e 'using Pkg; Pkg.build("Cumulants"); Pkg.test("Cumulants"; coverage=true)'
after_success:
- julia -e 'using Pkg; cd(Pkg.dir("Cumulants")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 comments on commit b72ed3d

Please sign in to comment.