Skip to content

Commit

Permalink
Fix Travis CI (#41)
Browse files Browse the repository at this point in the history
Travis CI is not running Julia 1.0 anymore with the previous setup.
  • Loading branch information
tkf authored and mergify[bot] committed Jan 20, 2020
1 parent ec6ad67 commit 1cd42a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ os:
julia:
- 1.3
- nightly
matrix:
allow_failures:
- julia: nightly
fast_finish: true
notifications:
email: false

Expand All @@ -27,7 +23,11 @@ script:
- julia -e 'using Run; Run.test(project="test/environments/main")'
after_success:
- julia -e 'using Run; Run.after_success_test()'

jobs:
allow_failures:
- julia: nightly
fast_finish: true
include:
- julia: 1.0
os: linux
Expand Down

0 comments on commit 1cd42a5

Please sign in to comment.