Browse Source

Travis: Fixed syntax

tempestpy_adaptions
Matthias Volk 6 years ago
parent
commit
6d05ce4c7b
  1. 3
      travis/build_helper.sh

3
travis/build_helper.sh

@ -59,9 +59,8 @@ run() {
cd build cd build
ctest test --output-on-failure ctest test --output-on-failure
travis_fold end test_all travis_fold end test_all
;;
# Check correctness of build types
# Check correctness of build types
case "$CONFIG" in case "$CONFIG" in
DefaultDebug*) DefaultDebug*)
./bin/storm --version | grep "with flags .* -g" ./bin/storm --version | grep "with flags .* -g"

Loading…
Cancel
Save