Skip to content

Commit

Permalink
update Travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Apr 4, 2019
1 parent d5488ca commit c8d8e57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ git:
matrix:
fast_finish: true
allow_failures:
- julia: nightly
- julia: 1.1 # development versions
env: TEST_SUITE='using Pkg; Pkg.develop("LazySets"); Pkg.develop("MathematicalSystems"); Pkg.develop("HybridSystems"); Pkg.develop("TaylorModels"); Pkg.clone(pwd()); Pkg.build("Reachability"); Pkg.test("Reachability"; coverage=true)'
include:
- julia: 1.1 # master versions
env: TEST_SUITE='using Pkg; Pkg.clone(pwd()); Pkg.build("Reachability"); Pkg.test("Reachability"; coverage=true)'
- julia: 1.0 # master versions
env: TEST_SUITE='using Pkg; Pkg.clone(pwd()); Pkg.build("Reachability"); Pkg.test("Reachability"; coverage=true)'
- julia: 1.1 # development versions
env: TEST_SUITE='using Pkg; Pkg.develop("LazySets"); Pkg.develop("MathematicalSystems"); Pkg.develop("HybridSystems"); Pkg.develop("TaylorModels"); Pkg.clone(pwd()); Pkg.build("Reachability"); Pkg.test("Reachability"; coverage=true)'

Expand Down

0 comments on commit c8d8e57

Please sign in to comment.