diff options
author | 2019-03-10 10:42:14 +0000 | |
---|---|---|
committer | 2019-03-10 10:42:14 +0000 | |
commit | 975b4db4d787f7f81f11ce22268e16b54fb2f521 (patch) | |
tree | 1d138282c5727de38013bb76010b161bfb4dae0b | |
parent | a7b9cb98e3934b195920688139a67e416cb694b5 (diff) | |
parent | d908537182fce762b5a56f034be3540676aff1ef (diff) | |
download | cortex-m-975b4db4d787f7f81f11ce22268e16b54fb2f521.tar.gz cortex-m-975b4db4d787f7f81f11ce22268e16b54fb2f521.tar.zst cortex-m-975b4db4d787f7f81f11ce22268e16b54fb2f521.zip |
Merge #181
181: Fix CI cache r=therealprof a=Disasm
Co-authored-by: Vadim Kaushan <admin@disasm.info>
-rw-r--r-- | cortex-m-rt/.travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/.travis.yml b/cortex-m-rt/.travis.yml index b3f5187..f28520b 100644 --- a/cortex-m-rt/.travis.yml +++ b/cortex-m-rt/.travis.yml @@ -53,7 +53,7 @@ script: after_script: set +e -cache: cache +cache: cargo before_cache: - chmod -R a+r $HOME/.cargo; |