Skip to content

Commit

Permalink
also test on 0.5 rc's, and use default travis script setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman authored Aug 4, 2016
1 parent 3b2dfa1 commit 383cbab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ os:
julia:
- 0.3
- 0.4
- 0.5
- nightly
notifications:
email: false
sudo: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.test("SHA", coverage=true)'
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.test("SHA", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("SHA")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 comments on commit 383cbab

Please sign in to comment.