Skip to content

Commit

Permalink
test travis separately on 0.3 vs 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Oct 16, 2015
1 parent 0fa2819 commit d549e43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ os:
- osx
- 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("Sundials"); Pkg.test("Sundials"; coverage=true)';
after_success:
- julia -e 'cd(Pkg.dir("Sundials")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';

0 comments on commit d549e43

Please sign in to comment.