Unverified Commit fc355510 authored by teor's avatar teor
Browse files

Travis: Remove a redundant distcheck job

Part of 33194.
parent 03650e0f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -53,16 +53,12 @@ matrix:
    - env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes"
      compiler: clang
    ## We check asciidoc with distcheck, to make sure we remove doc products
    ## We use Linux clang, because there are no other Linux clang jobs
    - env: DISTCHECK="yes" ASCIIDOC_OPTIONS="" SKIP_MAKE_CHECK="yes"
      compiler: clang
    ## We include a single coverage build with the best options for coverage
    - env: COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS=""
    ## We run rust on Linux, because it's faster than rust on macOS
    ## We check rust offline
    - env: RUST_OPTIONS="--enable-rust" TOR_RUST_DEPENDENCIES=true
    ## We check asciidoc with distcheck, to make sure we remove doc products
    - env: DISTCHECK="yes" ASCIIDOC_OPTIONS="" SKIP_MAKE_CHECK="yes"
    ## We check disable module dirauth
    - env: MODULES_OPTIONS="--disable-module-dirauth"
    ## macOS builds are very slow, and we have a limited number of

changes/ticket33194

0 → 100644
+2 −0
Original line number Diff line number Diff line
  o Testing:
    - Remove a redundant distcheck job. Closes ticket 33194.