mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use consistent indentation in YAML file
This commit is contained in:
parent
cccf326d12
commit
1aed8503b0
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -12,14 +12,14 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- sudo: false
|
- sudo: false
|
||||||
env:
|
env:
|
||||||
- CMD="./mach test-tidy"
|
- CMD="./mach test-tidy"
|
||||||
- DOCKER=0
|
- DOCKER=0
|
||||||
- sudo: 9000
|
- sudo: 9000
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
env:
|
env:
|
||||||
- CMD="./mach build -d --verbose"
|
- CMD="./mach build -d --verbose"
|
||||||
- DOCKER=1
|
- DOCKER=1
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue