Skip to content

Commit

Permalink
Exclude Travis scripts from Cargo.
Browse files Browse the repository at this point in the history
I thought this is how Cargo works today, but it's not. See
rust-lang/cargo#4268.
  • Loading branch information
linabutler committed Mar 4, 2019
1 parent f121252 commit 68903b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.2.0"
repository = "https://github.com/mozilla/dogear"
authors = ["Lina Cambridge <[email protected]>"]
license = "Apache-2.0"
exclude = [".travis", ".travis.yml"]
exclude = ["/.travis/**", ".travis.yml"]
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 68903b5

Please sign in to comment.