.travis.yml: skip perftest on debug builds

This commit is contained in:
Philipp A. Hartmann 2015-03-10 20:26:52 +01:00
parent 429b3dcfab
commit c26a2a64af

View File

@ -39,5 +39,5 @@ script:
- cd build
- make tests
- make examples
- ctest -V
- ctest -V `[ "$CONF" = "release" ] || echo "-E perftest"`
- make travis_doc