diff options
-rw-r--r-- | cortex-m-rt/.travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cortex-m-rt/.travis.yml b/cortex-m-rt/.travis.yml index 90cafba..9bb1fc2 100644 --- a/cortex-m-rt/.travis.yml +++ b/cortex-m-rt/.travis.yml @@ -63,11 +63,6 @@ script: after_script: set +e -cache: cargo - -before_cache: - - chmod -R a+r $HOME/.cargo; - branches: only: - master |