From 01e92d516487ae95c144bf19c6c56cac90f95f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Fri, 31 May 2019 12:22:55 +0100 Subject: [PATCH] Test on Julia 1.2 --- .travis.yml | 1 + README.md | 4 ++-- appveyor.yml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e41198a..22ccac6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ os: julia: - 1.0 - 1.1 + - 1.2 - nightly git: depth: 999999 diff --git a/README.md b/README.md index 8f1099f..785419f 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ Installation The latest version of `LombScargle.jl` is available for Julia 1.0 and later versions, and can be installed with [Julia built-in package -manager](https://julialang.github.io/Pkg.jl/stable/). In a Julia -session, aftering the package manager mode with `]`, run the command +manager](https://julialang.github.io/Pkg.jl/stable/). In a Julia session, after +entering the package manager mode with `]`, run the command ```julia pkg> add LombScargle diff --git a/appveyor.yml b/appveyor.yml index 00c1417..9720e11 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,7 @@ environment: matrix: - julia_version: 1 - julia_version: 1.1 + - julia_version: 1.2 - julia_version: nightly platform: