Skip to content

Commit

Permalink
Update Travis builds and release 1.0.2 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Dec 3, 2019
1 parent 9cd43de commit 957b4bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os:
julia:
- 0.7
- 1.0
- 1.2
- 1.3
- nightly
notifications:
email: false
Expand All @@ -19,7 +19,7 @@ notifications:
jobs:
include:
- stage: "Documentation"
julia: 1.2
julia: 1.3
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SnoopCompile"
uuid = "aa65fe97-06da-5843-b5b1-d5d13cad87d2"
author = ["Tim Holy <tim.holy@gmail.com>"]
version = "1.0.1"
version = "1.0.2"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down

2 comments on commit 957b4bc

@timholy
Copy link
Owner Author

@timholy timholy commented on 957b4bc Dec 3, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/6178

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.0.2 -m "<description of version>" 957b4bce728911e8b3ba95515c3cd35b05c0ad3d
git push origin v1.0.2

Please sign in to comment.