tupdate test environment and requirements to julia 0.6 - Granular.jl - Julia package for granular dynamics simulation
(HTM) git clone git://src.adamsgaard.dk/Granular.jl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1a252984bd7ca482cc02cdcb7dd52b5a066b670c
(DIR) parent 8bdb73881035e3ed26fcacbdfb4e4e134bc0eace
(HTM) 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:
M .travis.yml | 2 +-
M REQUIRE | 2 +-
M appveyor.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
t@@ -3,7 +3,7 @@ language: julia
os:
- linux
julia:
- - release
+ - 0.6
- nightly
notifications:
email:
(DIR) diff --git a/REQUIRE b/REQUIRE
t@@ -1,3 +1,3 @@
-julia 0.5
+julia 0.6
WriteVTK
NetCDF
(DIR) diff --git a/appveyor.yml b/appveyor.yml
t@@ -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: