Skip to content

Commit

Permalink
Merge 1ca6794 into 2c18d2e
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Feb 16, 2020
2 parents 2c18d2e + 1ca6794 commit 5e7520c
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 @@ -8,16 +8,15 @@ julia:
- 1.0
- 1.3
- nightly
matrix:
allow_failures:
- julia: nightly
fast_finish: true
notifications:
email: false
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
jobs:
allow_failures:
- julia: nightly
fast_finish: true
include:
- stage: Documentation
julia: 1.3
Expand Down

0 comments on commit 5e7520c

Please sign in to comment.