Skip to content

Commit

Permalink
removed 0.7 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Sep 20, 2019
1 parent 1590869 commit ac5132a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,12 +1,13 @@
language: julia

julia:
- 0.7
- 1.0
- 1

os:
- linux
- osx
- windows

notifications:
email:
Expand Down

2 comments on commit ac5132a

@zsunberg
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
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/3716

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

Please sign in to comment.