diff options
Diffstat (limited to 'scripts/travis-build.sh')
-rwxr-xr-x | scripts/travis-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh index 24b54e25..5bb56892 100755 --- a/scripts/travis-build.sh +++ b/scripts/travis-build.sh @@ -26,8 +26,8 @@ if [[ ${TRAVIS_OS_NAME} = "linux" ]]; then fi if [[ ${COMPILER} = "gcc" ]]; then - # Build without re2c/bison to test prebuilt C sources - make gcc-debug-no-re2c-bison + # Build without re2c to test prebuilt C sources + make gcc-debug-no-re2c elif [[ ${COMPILER} = "clang" && -z ${SANITIZER:-} ]]; then # Test building without GTest submodule make clang-debug-no-tests |