summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2019-09-02 21:52:24 -0700
committerRuss Allbery <eagle@eyrie.org>2019-09-02 21:52:24 -0700
commitdf2ca69a59ebe9202e01b919e209d1154ef8398f (patch)
treeffac6cf3f109f49eae78b536ce3acf5d087e367c /.travis.yml
parentd1c26b372f42614e695e05629ec0ae3a5b79ade3 (diff)
Additional Travis-CI fixes
Only install the PIP packages for style checks with the GCC build. Mark the cache directory, which seems to be required.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 787e134..40c72d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,13 +7,16 @@
sudo: required
dist: bionic
+cache:
+ directories:
+ - $HOME/.cache/pip
+
language: c
compiler:
- gcc
- clang
before_install: sudo ci/install
-
script: ci/test
branches: