Skip to content

Commit

Permalink
Added checks for v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kdyrhage committed Dec 10, 2019
1 parent 01dc544 commit 7a33c62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: julia
julia:
- 1.1
- 1.2
- 1.3
- nightly

matrix:
Expand All @@ -15,7 +16,7 @@ script:
jobs:
include:
- stage: "Documentation"
julia: 1.2
julia: 1.3
os: linux
script:
- julia -e 'using Pkg.Registry; Registry.add(Registry.RegistrySpec(url = "https://github.com/BioJulia/BioJuliaRegistry.git"))'
Expand Down

0 comments on commit 7a33c62

Please sign in to comment.