mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
language: python
|
||||||
sudo: 9000
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "$DOCKER" = "1" ]; then docker build -t servo etc/ci/; fi
|
- if [ "$DOCKER" = "1" ]; then docker build -t servo etc/ci/; fi
|
||||||
|
@ -13,10 +10,14 @@ script:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- env:
|
- sudo: false
|
||||||
|
env:
|
||||||
- CMD="./mach test-tidy"
|
- CMD="./mach test-tidy"
|
||||||
- DOCKER=0
|
- DOCKER=0
|
||||||
- env:
|
- sudo: 9000
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
env:
|
||||||
- CMD="./mach build -d --verbose"
|
- CMD="./mach build -d --verbose"
|
||||||
- DOCKER=1
|
- DOCKER=1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue