Skip to content

Commit

Permalink
Merge pull request #22 from JuliaCI/da/travis-failures
Browse files Browse the repository at this point in the history
Don't allow any Travis jobs to fail
  • Loading branch information
DilumAluthge committed Oct 15, 2019
2 parents b2eeba5 + bf1d4b4 commit c8e548e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ julia:
- nightly

matrix:
allow_failures:
- julia: nightly
os: windows
# allow_failures:
# - julia: nightly
# os: windows
fast_finish: true

notifications:
Expand Down

2 comments on commit c8e548e

@DilumAluthge
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register branch=master

@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 updated: JuliaRegistries/General/4301

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 v0.1.0 -m "<description of version>" c8e548e629aeea01ec3a5f1d3e5f2127f9be5578
git push origin v0.1.0

Please sign in to comment.