Commit 2a7836c9 authored by Omer Katz's avatar Omer Katz

Cached python packages as well for faster coverage reporting.

parent 6400ab8d
...@@ -2,6 +2,7 @@ language: cpp ...@@ -2,6 +2,7 @@ language: cpp
sudo: false sudo: false
cache: cache:
- ccache - ccache
- pip
compiler: compiler:
- clang - clang
- gcc - gcc
...@@ -94,4 +95,3 @@ script: ...@@ -94,4 +95,3 @@ script:
- make examples - make examples
- ctest -V `[ "$CONF" = "release" ] || echo "-E perftest"` - ctest -V `[ "$CONF" = "release" ] || echo "-E perftest"`
- make travis_doc - make travis_doc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment