Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored Jul 28, 2018
1 parent d2f74a8 commit 525df50
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@ os:
- linux
- osx
julia:
- nightly
- 0.7
# - nightly
#matrix:
# allow_failures:
#- julia_version: latest
# Work around a Travis bug
git:
depth: 999999
notifications:
email: false
git:
depth: 99999999

## uncomment the following lines to allow failures on nightly julia
## (tests will run but not make your overall status red)
## NEEDED as Nemo.jl is not v0.7 ready, so cannot be found
matrix:
allow_failures:
- julia: nightly

#script: # the default script is equivalent to the following
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Example"); Pkg.test("Example"; coverage=true)';
Expand Down

0 comments on commit 525df50

Please sign in to comment.