Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nurupo committed Sep 1, 2018
1 parent 9764285 commit b826009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b826009

Please sign in to comment.