Skip to content

Commit

Permalink
Further refinement of the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Sep 20, 2016
1 parent 4d5ae72 commit 9ed9df4
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .travis.yml
@@ -1,13 +1,16 @@
language: julia
matrix:
include:
- os: osx
osx_image: xcode7.3
julia:
- 0.4
- 0.5
- nightly
include:
- os: osx
osx_image: xcode7.3
julia: 0.4
- os: osx
osx_image: xcode7.3
julia: 0.5
- os: osx
osx_image: xcode7.3
julia: nightly
notifications:
email: false
email: false
after_success:
- julia -e 'cd(Pkg.dir("Homebrew")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'cd(Pkg.dir("Homebrew")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 9ed9df4

Please sign in to comment.