Skip to content

Commit

Permalink
Set JULIA_PROJECT="@." in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jul 20, 2018
1 parent 67f0204 commit 2df4961
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ environment:
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.7/julia-0.7-latest-win64.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
global:
JULIA_PROJECT: "@."
# as in https://github.com/travis-ci/travis-build/blob/5aef38fe4785caf3fec7a53364e6c17501c8fbb9/lib/travis/build/script/julia.rb#L23

matrix:
allow_failures:
Expand Down

0 comments on commit 2df4961

Please sign in to comment.