You can add this to the `.travis.yml` to speed it ...
# klaxon
j
You can add this to the
.travis.yml
to speed it up:
Copy code
before_cache:
  - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
  directories:
    - $HOME/.gradle/caches/
    - $HOME/.gradle/wrapper/