mirror of
https://github.com/danog/strum.git
synced 2024-11-26 20:14:40 +01:00
Fixed the Travis script
This commit is contained in:
parent
271198e96e
commit
7d6738d64a
@ -5,4 +5,6 @@ rust:
|
||||
- nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
- rust: nightly
|
||||
|
||||
script: "./travis.sh"
|
@ -8,9 +8,12 @@ description = "Helpful macros for working with enums and strings"
|
||||
keywords = ["enum", "string", "macros", "proc-macros"]
|
||||
categories = ["development-tools::procedural-macro-helpers", "parsing"]
|
||||
|
||||
documentation = "https://github.com/Peternator7/strum"
|
||||
documentation = "https://docs.rs/strum/badge.svg"
|
||||
homepage = "https://github.com/Peternator7/strum"
|
||||
readme = "../README.md"
|
||||
|
||||
[dev-dependencies]
|
||||
strum_macros = { git = "https://github.com/Peternator7/strum" }
|
||||
strum_macros = { git = "https://github.com/Peternator7/strum" }
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "Peternator7/strum" }
|
Loading…
Reference in New Issue
Block a user