Skip to content

Commit 17f28a8

Browse files
authored
Update .travis.yml
1 parent acb9beb commit 17f28a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 1.2
8-
- 1.3
7+
- 1.4
98
- 1
109
- nightly
1110
notifications:
@@ -14,4 +13,4 @@ after_success:
1413
- if [[ $TRAVIS_JULIA_VERSION = 1 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
1514
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
1615
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())';
17-
fi
16+
fi

0 commit comments

Comments
 (0)