aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2020-03-14 16:25:59 +0200
committerteor <teor@torproject.org>2020-03-17 21:07:47 +1000
commitb0cb3f54583d1aa5b5adb25636c079d5cfccbf19 (patch)
treea5ebe14c1f0d6fd3d8c96c76beb8cef14e17504f /.travis.yml
parent8680ff70827e5b08cdfde95ce03fcd635f1a49aa (diff)
downloadtor-b0cb3f54583d1aa5b5adb25636c079d5cfccbf19.tar.gz
tor-b0cb3f54583d1aa5b5adb25636c079d5cfccbf19.zip
Documentation fixups
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fe6ce973fa..01343e65d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,7 +52,7 @@ matrix:
- compiler: clang
os: osx
## Turn off some newer features, turn on clang's -Wtypedef-redefinition
- ## Also, disable ALL_BUGS_FATAL macro.
+ ## Also, disable ALL_BUGS_ARE_FATAL macro.
env: C_DIALECT_OPTIONS="-std=gnu99" HARDENING_OPTIONS="--enable-expensive-hardening"
## We run chutney on Linux, because it's faster than chutney on macOS