Skip to content

Commit

Permalink
Edited Travis script to rely on Project.toml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-bocharov committed May 8, 2019
1 parent 43661c9 commit 80ded34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ julia:
notifications:
email: false
script:
- julia -e 'mv("_Project.toml", "Project.toml")'
- julia -e 'import Pkg; Pkg.build(); Pkg.test()'

2 comments on commit 80ded34

@ivan-bocharov
Copy link
Collaborator Author

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

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.9.2 -m "<description of version>" 80ded34aea660ac45e157917d436bc81d87e0d7d
git push origin v0.9.2

Please sign in to comment.