aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-07-01 14:11:25 +1000
committerteor <teor@torproject.org>2019-07-01 14:25:37 +1000
commit75f9ae9029b4244658042ce7a4243202bfb4c527 (patch)
treed482d2d0d95cdd7e32f5661c23c7ce687b52c2dd
parentac7ce179834d8d97342fc17bc385730eccc109a8 (diff)
downloadtor-75f9ae9029b4244658042ce7a4243202bfb4c527.tar.gz
tor-75f9ae9029b4244658042ce7a4243202bfb4c527.zip
Travis: remove a redundant os: linux line
Linux is the first item in the os matrix, so we don't need to specify it under matrix: include: . Part of 29280.
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 562036e51e..190f43bd01 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,6 @@ matrix:
# We also try running a hardened clang build with chutney on Linux.
- env: CHUTNEY="yes" SKIP_MAKE_CHECK="yes" CHUTNEY_ALLOW_FAILURES="2"
compiler: clang
- os: linux
## Uncomment to allow the build to report success (with non-required
## sub-builds continuing to run) if all required sub-builds have