Skip to content

Commit

Permalink
switched travis julia v1.1 to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafManela committed Aug 21, 2019
1 parent d92ffa1 commit 0f4689e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ os:

julia:
- 1.0
- 1.1
- 1.2
- nightly

notifications:
Expand Down Expand Up @@ -38,7 +38,7 @@ after_success:
jobs:
include:
- stage: "Documentation"
julia: 1.1
julia: 1.2
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
Expand Down

2 comments on commit 0f4689e

@AsafManela
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/2848

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.1 -m "<description of version>" 0f4689e11f4171156334cb55349a7bbc68d882ae
git push origin v1.2.1

Please sign in to comment.