Remove stray character that hinded Travis cache

This commit is contained in:
Eric Anderson 2015-04-29 07:56:04 -07:00
parent 815df0b9b9
commit 3b54ffadfa
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ cache:
before_cache:
- rm $HOME/.gradle/caches/modules-2/modules-2.lock
- find $HOME/.gradle/wrapper -not -name "*-all.zip" -and -not -name "*.-bin.zip" -delete
- find $HOME/.gradle/wrapper -not -name "*-all.zip" -and -not -name "*-bin.zip" -delete