Merge pull request #134 from kmsquire/feature/fix-travis-jobs-matrix-overwritre

Merge `matrix:` and `jobs:` sections in .travis.yml
This commit is contained in:
Chris de Graaf 2020-02-13 07:50:08 +07:00 committed by GitHub
commit 8191312d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,10 +6,6 @@ os:
julia:
- {{VERSION}}
- nightly
matrix:
allow_failures:
- julia: nightly
fast_finish: true
notifications:
email: false
{{#COVERAGE}}
@ -21,8 +17,11 @@ after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
{{/COVERALLS}}
{{/COVERAGE}}
{{#DOCUMENTER}}
jobs:
allow_failures:
- julia: nightly
fast_finish: true
{{#DOCUMENTER}}
include:
- stage: Documentation
julia: {{VERSION}}