reenable spelling and sipify tests

This commit is contained in:
Denis Rouzaud 2017-08-06 09:25:57 +02:00
parent a58b1a386c
commit 0ebc1315d0

View File

@ -16,5 +16,5 @@ set -e
pushd build
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
python ${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V -E "sip_uptodate|spelling" --output-on-failure -S ${TRAVIS_BUILD_DIR}/.ci/travis/travis.ctest
python ${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V --output-on-failure -S ${TRAVIS_BUILD_DIR}/.ci/travis/travis.ctest
popd