Skip to content

Commit

Permalink
Try using master branch of SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
kmsquire committed Nov 15, 2016
1 parent 7d93b45 commit 9178969
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 @@ -10,6 +10,6 @@ notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("DataStructures"); Pkg.test("DataStructures"; coverage=true)'
- julia -e 'Pkg.add("SHA"); Pkg.checkout("SHA"); Pkg.clone(pwd()); Pkg.build("DataStructures"); Pkg.test("DataStructures"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("DataStructures")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

0 comments on commit 9178969

Please sign in to comment.