aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 87adfa0..ecdef0d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,11 +25,8 @@ matrix:
- make
- make check && make checkm
- # Check it builds properly without the python bits
- - addons:
- apt:
- packages:
- - valgrind
- script:
+ # Check it builds properly without optional packages:
+ # python, valgrind
+ - script:
- make
- make check