diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2020-03-14 16:25:59 +0200 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-03-17 21:07:47 +1000 |
commit | b0cb3f54583d1aa5b5adb25636c079d5cfccbf19 (patch) | |
tree | a5ebe14c1f0d6fd3d8c96c76beb8cef14e17504f /.travis.yml | |
parent | 8680ff70827e5b08cdfde95ce03fcd635f1a49aa (diff) | |
download | tor-b0cb3f54583d1aa5b5adb25636c079d5cfccbf19.tar.gz tor-b0cb3f54583d1aa5b5adb25636c079d5cfccbf19.zip |
Documentation fixups
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |