Skip to content

Commit

Permalink
fix appveyor CI (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Jul 4, 2018
1 parent a9b9972 commit d8643fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
environment:
JULIA_PROJECT: "@."
matrix:
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
Expand Down

0 comments on commit d8643fb

Please sign in to comment.