|
|
|
|
@ -5,21 +5,21 @@ os:
@@ -5,21 +5,21 @@ os:
|
|
|
|
|
- osx |
|
|
|
|
julia: |
|
|
|
|
- 1.0 |
|
|
|
|
- 1.3 |
|
|
|
|
- 1.4 |
|
|
|
|
- nightly |
|
|
|
|
branches: |
|
|
|
|
only: |
|
|
|
|
- master |
|
|
|
|
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/ |
|
|
|
|
after_success: |
|
|
|
|
- if [[ $TRAVIS_JULIA_VERSION = 1.3 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then |
|
|
|
|
- if [[ $TRAVIS_JULIA_VERSION = 1.4 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then |
|
|
|
|
julia --project=test/coverage -e 'using Pkg; Pkg.instantiate(); |
|
|
|
|
using Coverage; Codecov.submit(Codecov.process_folder())'; |
|
|
|
|
fi |
|
|
|
|
# jobs: |
|
|
|
|
# include: |
|
|
|
|
# - stage: Documentation |
|
|
|
|
# julia: 1.3 |
|
|
|
|
# julia: 1.4 |
|
|
|
|
# os: linux |
|
|
|
|
# script: |
|
|
|
|
# - julia --project=docs -e 'using Pkg; Pkg.instantiate()' |
|
|
|
|
|