Skip to content

Commit

Permalink
Merge pull request #391 from JuliaReach/schillic/389
Browse files Browse the repository at this point in the history
#389 - Change Travis build versions
  • Loading branch information
schillic authored Jul 25, 2018
2 parents adf1b7d + 7256856 commit b9641fb
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,19 @@ language: julia
os:
- linux
julia:
- 0.6
- 0.6.1
- 0.6.0
- 0.6.2
- 0.6.4
- nightly
notifications:
email: false
git:
depth: 99999999

# dependencies that are not in METADATA
#before_script:
# - julia -e 'Pkg.clone("git://github.com/acroy/Expokit.jl.git")'

## allow failures (tests will run but not make your overall status red)
matrix:
allow_failures:
- julia: 0.6.1
- julia: 0.6.2
- julia: 0.6.4 # temporary fix for broken dependency
- julia: nightly

## uncomment and modify the following lines to manually install system packages
Expand All @@ -39,6 +34,6 @@ after_success:
# code coverage (for both Coveralls and Codecov)
- julia -e 'Pkg.add("Coverage")'
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("LazySets")); using Coverage; Coveralls.submit(Coveralls.process_folder())'
#- julia -e 'cd(Pkg.dir("LazySets")); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("LazySets")); using Coverage; Codecov.submit(Codecov.process_folder())'

0 comments on commit b9641fb

Please sign in to comment.