Skip to content

Commit

Permalink
add back in travis caching
Browse files Browse the repository at this point in the history
  • Loading branch information
johnscancella committed Jul 5, 2018
1 parent e17d078 commit 2b7002e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ language: java
git:
depth: 3

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/

cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

#include the conformance suite repo
before_install: "git clone --depth 3 https://github.com/loc-rdc/bagit-conformance-suite.git"
install: true #skip having travis-ci trying te run assemble
Expand Down

0 comments on commit 2b7002e

Please sign in to comment.