Skip to content

Commit

Permalink
update .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed May 28, 2018
1 parent e0528c3 commit 7e80ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone("https://github.com/ZKSI/SymmetricTensors.jl.git"); Pkg.checkout("SymmetricTensors", "nonullablearrays");'
- julia -e 'Pkg.clone("https://github.com/ZKSI/SymmetricTensors.jl.git")'
- julia -e 'Pkg.clone("https://github.com/ZKSI/Cumulants.jl.git")'
- julia -e 'Pkg.checkout("Cumulants", "nonullablearrays"); Pkg.build("Cumulants"); Pkg.test("Cumulants"; coverage=true)'
- julia -e 'Pkg.build("Cumulants"); Pkg.test("Cumulants"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("Cumulants")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 comments on commit 7e80ada

Please sign in to comment.