diff --git a/.travis.yml b/.travis.yml index 119228aa738..af7ed13cd88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,7 +74,7 @@ matrix: install: .travis/$JOB install script: .travis/$JOB script - stage: "Stage 1" - if: type IN (push, api, cron) +# if: type IN (push, api, cron) env: JOB=cmake-freebsd sudo: required install: .travis/$JOB-stage1 install @@ -91,7 +91,7 @@ matrix: services: [docker] script: .travis/$JOB - stage: "Stage 2" - if: type IN (push, api, cron) +# if: type IN (push, api, cron) env: JOB=cmake-freebsd sudo: required install: .travis/$JOB-stage2 install