1
0
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:
Peter Glotfelty 2017-02-11 22:51:53 -08:00
parent 271198e96e
commit 7d6738d64a
2 changed files with 8 additions and 3 deletions

View File

@ -5,4 +5,6 @@ rust:
- nightly
matrix:
allow_failures:
- rust: nightly
- rust: nightly
script: "./travis.sh"

View File

@ -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" }