aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-10-23 08:35:17 +1000
committerteor <teor@torproject.org>2019-10-23 08:35:17 +1000
commit641f1304475402c975ede04b11e9be7c8675411b (patch)
tree546a3fecd95313e031e5a9fedf60fd0da794d441 /.travis.yml
parent4013e50cb732bfb3e2706baef5cd7aba8d16d8c4 (diff)
parent246fdd87424e8e1345aba20ac5d22c07ce082da4 (diff)
downloadtor-641f1304475402c975ede04b11e9be7c8675411b.tar.gz
tor-641f1304475402c975ede04b11e9be7c8675411b.zip
Merge remote-tracking branch 'tor-github/pr/1361' into maint-0.4.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c48294f360..6078210c5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,8 +20,10 @@ os:
## Instead, we list each job under matrix: include:
env:
global:
- ## The Travis CI environment allows us two cores, so let's use both.
- - MAKEFLAGS="-j 2"
+ ## The Travis CI environment allows us two cores, so let's use both. Also,
+ ## let's use the "-k" flag so that we get all of the compilation failures,
+ ## not just the first one.
+ - MAKEFLAGS="-k -j 2"
## We turn on hardening by default
## Also known as --enable-fragile-hardening in 0.3.0.3-alpha and later
- HARDENING_OPTIONS="--enable-expensive-hardening"