Skip to content

Commit

Permalink
Merge pull request JuliaParallel#159 from JuliaParallel/eschnett/disa…
Browse files Browse the repository at this point in the history
…ble-appveyor-master

Disable Appveyor for Julia 0.5
  • Loading branch information
eschnett committed Jun 4, 2016
2 parents 187f122 + f973c98 commit 19aa82d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ environment:
matrix:
- JULIAVERSION: "julialang/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe"
- JULIAVERSION: "julialang/bin/winnt/x64/0.4/julia-0.4-latest-win64.exe"
- JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
- JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
# The MPI tests with Julia 0.5 are currently broken. We don't quite
# know why; see <https://github.com/JuliaParallel/MPI.jl/issues/123>
# for the respective discussion.
# - JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
# - JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"

branches:
only:
Expand Down

0 comments on commit 19aa82d

Please sign in to comment.