mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Use Travis container-based infra for test-tidy
This commit is contained in:
parent
7b904ef6fb
commit
cccf326d12
1 changed files with 6 additions and 5 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,7 +1,4 @@
|
|||
language: python
|
||||
sudo: 9000
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- if [ "$DOCKER" = "1" ]; then docker build -t servo etc/ci/; fi
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue