Skip to content

Commit

Permalink
CI on 0.6 and allow faiures on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Jun 7, 2017
1 parent bbd7c85 commit cf17279
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -22,11 +22,18 @@ matrix:
julia: 0.5
os: linux
- language: julia
julia: nightly
julia: 0.6
os: linux
- language: julia
julia: nightly
os: linux
- language: julia
julia: 0.5
os: osx
allow_failures:
- language: julia
julia: nightly
os: linux
cache:
directories:
- $(julia -e 'println(Pkg.dir())')/Cxx/deps/src
Expand Down

0 comments on commit cf17279

Please sign in to comment.