Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino authored Oct 3, 2018
1 parent 0f4f385 commit 24eedf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ addons:
- hdf5-tools
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd())'
- julia -e 'Pkg.build("CumulantsFeatures"); Pkg.test("CumulantsFeatures"; coverage=true)'
- julia -e 'using Pkg; Pkg.clone(pwd())'
- julia -e 'using Pkg; Pkg.build("CumulantsFeatures"); Pkg.test("CumulantsFeatures"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("CumulantsFeatures")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
- julia -e 'using Pkg; cd(Pkg.dir("CumulantsFeatures")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 comments on commit 24eedf2

Please sign in to comment.