aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2015-10-11 11:09:06 -0400
committerCorey Farwell <coreyf@rwell.org>2015-10-11 11:15:18 -0400
commit1aed8503b0ac54bc195c1e52ff35154ff01ed7ee (patch)
tree7ba071635755d13523dd6c9b026f8f57b83e3462
parentcccf326d12594bab5bd81a6b0e1c95a50dcd6af2 (diff)
downloadservo-1aed8503b0ac54bc195c1e52ff35154ff01ed7ee.tar.gz
servo-1aed8503b0ac54bc195c1e52ff35154ff01ed7ee.zip
Use consistent indentation in YAML file
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index e54d5484cda..d8179c9a525 100644
--- a/.travis.yml
+++ b/.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: