We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70b65c6 + 7bd082e commit 61c4825Copy full SHA for 61c4825
.travis.yml
@@ -8,9 +8,7 @@ os:
8
- osx
9
julia:
10
- 1.0
11
- - 1.1
12
- - 1.2
13
- - 1.3
+ - 1
14
- nightly
15
matrix:
16
allow_failures:
@@ -19,6 +17,6 @@ matrix:
19
17
notifications:
20
18
email: false
21
after_success:
22
- - if [[ $TRAVIS_JULIA_VERSION = 1.3 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
+ - if [[ $TRAVIS_JULIA_VERSION = 1 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
23
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
24
fi
0 commit comments