commit 1a252984bd7ca482cc02cdcb7dd52b5a066b670c
parent 8bdb73881035e3ed26fcacbdfb4e4e134bc0eace
Author: Anders Damsgaard <andersd@riseup.net>
Date: Thu, 22 Jun 2017 10:23:40 -0400
update test environment and requirements to julia 0.6
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -3,7 +3,7 @@ language: julia
os:
- linux
julia:
- - release
+ - 0.6
- nightly
notifications:
email:
diff --git a/REQUIRE b/REQUIRE
@@ -1,3 +1,3 @@
-julia 0.5
+julia 0.6
WriteVTK
NetCDF
diff --git a/appveyor.yml b/appveyor.yml
@@ -1,6 +1,6 @@
environment:
matrix:
- - JULIAVERSION: "julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
+ - JULIAVERSION: "julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
- JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
branches: