]> jfr.im git - irc/freenode/solanum.git/commitdiff
travis: Enable assertions correctly
authorEd Kellett <redacted>
Sat, 31 Oct 2020 15:14:59 +0000 (15:14 +0000)
committerEd Kellett <redacted>
Sun, 1 Nov 2020 04:33:30 +0000 (04:33 +0000)
.travis.yml

index 22fcb2cf0b31c5b67a5a334ec5b5694a7b21cc96..38e41bfde636c2698b9e6a65ef2fdc40f4721328 100644 (file)
@@ -48,7 +48,7 @@ cache:
 
 script:
   - bash autogen.sh
-  - "if [ ${TRAVIS_OS_NAME} != 'osx' ]; then CFLAGS=\"-Werror -Wno-unused-value -Wno-unused-parameter\" ./configure --with-shared-sqlite --with-assert=hard --enable-warnings; fi"
+  - "if [ ${TRAVIS_OS_NAME} != 'osx' ]; then CFLAGS=\"-Werror -Wno-unused-value -Wno-unused-parameter\" ./configure --with-shared-sqlite --enable-assert=hard --enable-warnings; fi"
   - "if [ ${TRAVIS_OS_NAME} = 'osx' ]; then ./configure --with-shared-sqlite; fi"
   - make -j4
   - "if [ ${TRAVIS_OS_NAME} != 'osx' ]; then make check; fi"