Skip to content

Commit 74ba654

Browse files
authored
Run CI tests on Julia 1.4
1 parent 08561a6 commit 74ba654

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ julia:
1111
- 1.1
1212
- 1.2
1313
- 1.3
14+
- 1.4
1415
- nightly
1516
matrix:
1617
allow_failures:
@@ -19,6 +20,6 @@ matrix:
1920
notifications:
2021
email: false
2122
after_success:
22-
- if [[ $TRAVIS_JULIA_VERSION = 1.3 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
23+
- if [[ $TRAVIS_JULIA_VERSION = 1.4 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
2324
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
2425
fi

0 commit comments

Comments
 (0)