.travis.yml: Cache apt packages

This commit is contained in:
Jean-Sébastien Pédron 2015-10-21 15:35:15 +02:00
parent dfa373ea65
commit cf7d726426
1 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,6 @@ otp_release:
before_script: (test "$TRAVIS_TAG" && git checkout "$TRAVIS_TAG") || (test "$TRAVIS_BRANCH" && git checkout "$TRAVIS_BRANCH")
script: make tests
cache:
apt: true