Skip to content

Commit 5b0dd1f

Browse files
authored
Merge pull request #1059 from rust-lang-nursery/db-fix-travis-yaml
Remove hyphen
2 parents 5bdd680 + a380b95 commit 5b0dd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ matrix:
104104
cache:
105105
# We're going to download things we don't necessarily want to cache into the `target` directory, so
106106
# don't use travis's native `cargo` caching, which just grabs the whole folder.
107-
- directories:
107+
directories:
108108
- target/$TARGET/openssl/openssl-install
109109
- target/$TARGET/release
110110
- target/release/deps

0 commit comments

Comments
 (0)