Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Sep 20, 2016
1 parent 5ba1e9e commit b571d41
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
@@ -1,10 +1,15 @@
language: julia
os:
- osx
julia:
- 0.4
- 0.5
- nightly
matrix:
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
after_success:
Expand Down

0 comments on commit b571d41

Please sign in to comment.