diff options
| author | MOZGIII <[email protected]> | 2018-01-18 21:44:58 +0900 |
|---|---|---|
| committer | alex <[email protected]> | 2018-01-18 13:44:58 +0100 |
| commit | 86508048ca0a3c1dd10bba7d6d9374ca3e6b6f17 (patch) | |
| tree | e188607225fa5559f836217be826779ba5f7177d | |
| parent | Create unset member instances on presence updates (diff) | |
| download | serenity-86508048ca0a3c1dd10bba7d6d9374ca3e6b6f17.tar.xz serenity-86508048ca0a3c1dd10bba7d6d9374ca3e6b6f17.zip | |
Fix travis' cache by chmoding $HOME/.cargo (#252)
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 715cf83..bd426a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ os: cache: cargo: true timeout: 900 +before_cache: + # Travis can't cache files that are not readable by "others" + - chmod -R a+r $HOME/.cargo matrix: allow_failures: - nightly |