Skip to content

Commit

Permalink
Test on Julia 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 31, 2019
1 parent 51f0189 commit 01e92d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ os:
julia:
- 1.0
- 1.1
- 1.2
- nightly
git:
depth: 999999
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -2,6 +2,7 @@ environment:
matrix:
- julia_version: 1
- julia_version: 1.1
- julia_version: 1.2
- julia_version: nightly

platform:
Expand Down

0 comments on commit 01e92d5

Please sign in to comment.