Skip to content

Commit

Permalink
Test on 0.3 thru 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IainNZ committed Oct 10, 2015
1 parent 679e8ff commit 39ba076
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ language: julia
os:
- linux
julia:
- release
- 0.3
- 0.4
- nightly
notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("HypothesisTests"); Pkg.test("HypothesisTests"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("HypothesisTests")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'cd(Pkg.dir("HypothesisTests")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 comments on commit 39ba076

Please sign in to comment.