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

**URL:** https://discourse.julialang.org/t/testing-on-travis-with-nightly-windows-64-bit-doesnt-work/29441
**Category:** General Usage
**Created:** [October 3, 2019, 10:24am UTC](https://discourse.julialang.org/t/testing-on-travis-with-nightly-windows-64-bit-doesnt-work/29441 "2019-10-03T10:24:15Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [October 3, 2019, 10:24am UTC](https://discourse.julialang.org/t/testing-on-travis-with-nightly-windows-64-bit-doesnt-work/29441/1 "2019-10-03T10:24:15Z")

</div>

```julia
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.

---

<div class="post-metadata">

### Author: ![fredrikekre](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fredrikekre/32/1688_2.png) [@fredrikekre](https://discourse.julialang.org/u/fredrikekre)
#### Post date: [October 3, 2019, 10:34am UTC](https://discourse.julialang.org/t/testing-on-travis-with-nightly-windows-64-bit-doesnt-work/29441/2 "2019-10-03T10:34:17Z")

</div>

> [@PetrKryslUCSD](#):
>
> Is that a known issue?

Yes, [Windows build installer changes for Julia 1.4 by musm · Pull Request #1789 · travis-ci/travis-build · GitHub](https://github.com/travis-ci/travis-build/pull/1789)
