Testing on Travis with nightly/Windows 64-bit doesn't work

1.31s$ git clone --depth=50 --branch=master https://github.com/PetrKryslUCSD/FinEtools.jl.git PetrKryslUCSD/FinEtools.jl
0.08s
Setting environment variables from repository settings
$ export DOCUMENTER_KEY=[secure]
$ export JULIA_PROJECT=@.
Julia for Travis-CI is not officially supported, but is community maintained.
Please file any issues using the following link
  https://travis-ci.community/c/languages/julia
and mention `@ararslan`, `@staticfloat` and `@StefanKarpinski` in the issue
Installing Julia
0.07s$ CURL_USER_AGENT="Travis-CI $(curl --version | head -n 1)"
0.74s$ curl -A "$CURL_USER_AGENT" -s -L --retry 7 -o julia-installer.exe 'https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe'
0.05s$ chmod +x julia-installer.exe
$ powershell -c 'Start-Process -FilePath julia-installer.exe -ArgumentList "/S /D=C:\julia" -NoNewWindow -Wait'
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
The build has been terminated

Is that a known issue?
PS: I checked whether the installer exists. It does.

Yes, Windows build installer changes for Julia 1.4 by musm · Pull Request #1789 · travis-ci/travis-build · GitHub

1 Like