]> source.dussan.org Git - gitignore.git/commitdiff
.travis.yml: Trim trailing whitespace and indent (#3118)
authorJohn Vandenberg <jayvdb@gmail.com>
Sun, 21 Jul 2019 13:48:12 +0000 (20:48 +0700)
committerBrendan Forster <brendan@github.com>
Sun, 21 Jul 2019 13:48:12 +0000 (10:48 -0300)
.travis.yml

index f362d6fe3228d49e1658e8e66ffbd8ec52ab86c7..4009e0bc8b07582c19fa761810c9f3741ab76597 100644 (file)
@@ -4,7 +4,7 @@ sudo: false
 
 branches:
   only:
-  - master
-  
+    - master
+
 script:
   - ruby -e "puts 'Hello world!'"