I just tried out Windows on Travis and it failed to download the Julia installer for both 1.3 and nightly versions:
The command "curl -A "$CURL_USER_AGENT" -sSf -L --retry 7 -o julia-installer.exe 'https://julialangnightlies-s3.julialang.org/bin//julia-latest-'" failed and exited with 22 during .
It looks like there are some components missing from the URL.
Travis config:
arch:
- amd64
- arm64
language: julia
julia:
- 1.3
- nightly
matrix:
allow_failures:
- julia: nightly
notifications:
email: false
os:
- linux
- osx
- windows
dist: bionic
services:
- xvfb