commit f3bff5039f4bc08492b7b1eb678916f7a78cc60c
parent b384ca9b593ba75b4d50fd21d0b1b445e46caa85
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 2 Jan 2019 10:19:15 +0100
Add testing on Julia 1.0
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -12,6 +12,7 @@ os:
julia:
- 1.0
+ - 1.1
- nightly
addons:
diff --git a/appveyor.yml b/appveyor.yml
@@ -1,6 +1,7 @@
environment:
matrix:
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0-latest-win64.exe"
+ - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/1.1/julia-1.1-latest-win64.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
branches: