Skip to content

Commit

Permalink
clean up travis and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Jul 1, 2019
1 parent 3b5533f commit 2ce27d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ language: julia
matrix:
include:
- os: linux
julia: 0.7
julia: 1.0
env: TESTCMD="xvfb-run julia"
- os: linux
julia: 1.0
julia: 1.1
env: TESTCMD="xvfb-run julia"
- os: linux
julia: nightly
env: TESTCMD="xvfb-run julia"
- os: osx
julia: 0.7
env: TESTCMD="julia"
- os: osx
julia: 1.0
env: TESTCMD="julia"
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 = "MeshCat"
uuid = "283c5d60-a78f-5afe-a0af-af636b173e11"
authors = ["Robin Deits <[email protected]>"]
version = "0.6.0"
version = "0.7.0"

[deps]
AssetRegistry = "bf4720bc-e11a-5d0c-854e-bdca1663c893"
Expand Down
21 changes: 0 additions & 21 deletions REQUIRE

This file was deleted.

2 comments on commit 2ce27d9

@rdeits
Copy link
Owner Author

@rdeits rdeits commented on 2ce27d9 Jul 8, 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/1864

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.7.0 -m "<description of version>" 2ce27d9fb47d3407ed16087bef6e079f2334dafd
git push origin v0.7.0

Please sign in to comment.