We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0636e9 commit 50b6cdcCopy full SHA for 50b6cdc
.travis.yml
@@ -8,9 +8,8 @@ os:
8
- osx
9
julia:
10
- 1.0
11
- - 1.2
12
- 1.3
13
- - 1.4
+ - 1
14
- nightly
15
matrix:
16
allow_failures:
@@ -19,7 +18,7 @@ matrix:
19
18
notifications:
20
email: false
21
after_success:
22
- - if [[ $TRAVIS_JULIA_VERSION = 1.4 ]] && [[ $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
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())';
25
fi
0 commit comments