Commit c26a2a64 authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

.travis.yml: skip perftest on debug builds

parent 429b3dcf
......@@ -39,5 +39,5 @@ script:
- cd build
- make tests
- make examples
- ctest -V
- ctest -V `[ "$CONF" = "release" ] || echo "-E perftest"`
- 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