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:
|
||||
- sudo: false
|
||||
env:
|
||||
- CMD="./mach test-tidy"
|
||||
- DOCKER=0
|
||||
- CMD="./mach test-tidy"
|
||||
- DOCKER=0
|
||||
- sudo: 9000
|
||||
services:
|
||||
- docker
|
||||
- docker
|
||||
env:
|
||||
- CMD="./mach build -d --verbose"
|
||||
- DOCKER=1
|
||||
- CMD="./mach build -d --verbose"
|
||||
- DOCKER=1
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue