Skip to content

Commit 17f85b4

Browse files
committed
Drop Julia 1.1 and 1.2
1 parent 74ba654 commit 17f85b4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ os:
88
- osx
99
julia:
1010
- 1.0
11-
- 1.1
12-
- 1.2
1311
- 1.3
14-
- 1.4
12+
- 1
1513
- nightly
1614
matrix:
1715
allow_failures:
@@ -20,6 +18,6 @@ matrix:
2018
notifications:
2119
email: false
2220
after_success:
23-
- if [[ $TRAVIS_JULIA_VERSION = 1.4 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
21+
- if [[ $TRAVIS_JULIA_VERSION = 1 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
2422
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
2523
fi

0 commit comments

Comments
 (0)