Merge pull request #2079 from ewanmellor/travis-dont-cache-antlr

Remove ~/.m2/repository/org/antlr from the Travis cache.
This commit is contained in:
Terence Parr 2017-11-04 10:46:43 -07:00 committed by GitHub
commit 1813da0166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ sudo: true
language: java
before_cache:
- rm -rf $HOME/.m2/repository/org/antlr
cache:
directories:
- $HOME/.m2