Skip to content

Commit 50b6cdc

Browse files
authored
Drop Julia 1.2 in Travis tests
1 parent a0636e9 commit 50b6cdc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ os:
88
- osx
99
julia:
1010
- 1.0
11-
- 1.2
1211
- 1.3
13-
- 1.4
12+
- 1
1413
- nightly
1514
matrix:
1615
allow_failures:
@@ -19,7 +18,7 @@ matrix:
1918
notifications:
2019
email: false
2120
after_success:
22-
- if [[ $TRAVIS_JULIA_VERSION = 1.4 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
21+
- if [[ $TRAVIS_JULIA_VERSION = 1 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
2322
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
2423
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())';
2524
fi

0 commit comments

Comments
 (0)