Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrUrq authored Nov 5, 2020
1 parent b5cde0a commit 54a8ea4
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 @@ -19,6 +19,7 @@ after_success:
jobs:
allow_failures:
- julia: nightly
- os: osx
# include:
# - stage: Documentation
# julia: 1.5
Expand All @@ -30,4 +31,4 @@ jobs:
notifications:
email: false
git:
depth: 99999999
depth: 99999999

2 comments on commit 54a8ea4

@MrUrq
Copy link
Owner Author

@MrUrq MrUrq commented on 54a8ea4 Nov 5, 2020

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/24204

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.7.3 -m "<description of version>" 54a8ea4fafde1daeddcad1afce0b70d50d982cde
git push origin v1.7.3

Please sign in to comment.