Skip to content

Commit f205667

Browse files
committed
Update travis.yml
Julia 1.9 build cancelled (Causing build to fail because of unresolved "curl -A "$CURL_USER_AGENT" -sSf -L --retry 7 'https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9-latest-linux-x86_64.tar.gz' | tar -C ~/julia -x -z --strip-components=1 -f - 184curl: (22) The requested URL returned error: 404 Not Found 185 186gzip: stdin: unexpected end of file 187tar: Child returned status 1 188tar: Error is not recoverable: exiting now 189The command "curl -A "$CURL_USER_AGENT" -sSf -L --retry 7 'https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9-latest-linux-x86_64.tar.gz' | tar -C ~/julia -x -z --strip-components=1 -f -" failed and exited with 2 during ."
1 parent d3c0ebb commit f205667

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ language: julia
33
notifications:
44
email: false
55
julia:
6-
#- 1.0
7-
#- 1.3
8-
#- 1.5
96
- 1.6
107
- 1.7
118
- 1.8
12-
- 1.9
9+
#- 1.9
1310
- nightly
1411
coveralls: true
1512
branches:

0 commit comments

Comments
 (0)