Skip to content

Commit

Permalink
Use Travis container-based infra for test-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Oct 11, 2015
1 parent 7b904ef commit cccf326
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
language: python
sudo: 9000
services:
- docker

before_install:
- if [ "$DOCKER" = "1" ]; then docker build -t servo etc/ci/; fi
Expand All @@ -13,10 +10,14 @@ script:
matrix:
fast_finish: true
include:
- env:
- sudo: false
env:
- CMD="./mach test-tidy"
- DOCKER=0
- env:
- sudo: 9000
services:
- docker
env:
- CMD="./mach build -d --verbose"
- DOCKER=1

Expand Down

0 comments on commit cccf326

Please sign in to comment.