Skip to content

Commit

Permalink
fix travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shipengcheng1230 committed Feb 14, 2020
1 parent 06d9960 commit e6ba0ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 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
branches:
Expand All @@ -29,6 +25,9 @@ after_success:
- julia --project=test/coverage -e 'using Pkg; Pkg.instantiate()'
- julia --project=test/coverage test/coverage/coverage.jl
jobs:
allow_failures:
- julia: nightly
fast_finish: true
include:
- stage: "Documentation"
julia: 1.3
Expand Down

0 comments on commit e6ba0ac

Please sign in to comment.