Skip to content

Commit

Permalink
Cache Maven dependencies to reduce build failure rate.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoblenz committed Dec 13, 2019
1 parent a99b800 commit 12cea06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ before_install:
script:
- gradle publish -b Obsidian_Runtime/build.gradle
- sbt ++2.12.4 test
- bash travis_specific/tests.sh
- bash travis_specific/tests.sh

cache:
directories:
- $HOME/.m2

0 comments on commit 12cea06

Please sign in to comment.