diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-10-11 11:09:06 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-10-11 11:15:18 -0400 |
commit | 1aed8503b0ac54bc195c1e52ff35154ff01ed7ee (patch) | |
tree | 7ba071635755d13523dd6c9b026f8f57b83e3462 | |
parent | cccf326d12594bab5bd81a6b0e1c95a50dcd6af2 (diff) | |
download | servo-1aed8503b0ac54bc195c1e52ff35154ff01ed7ee.tar.gz servo-1aed8503b0ac54bc195c1e52ff35154ff01ed7ee.zip |
Use consistent indentation in YAML file
-rw-r--r-- | .travis.yml | 10 |
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: |