Browse Source

fix cache list

Chris Bannister 10 years ago
parent
commit
9dcc54c05f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ sudo: false
 
 cache:
   directories:
-    $HOME/.ccm/repository
+    - $HOME/.ccm/repository
 
 matrix:
   fast_finish: true