Browse Source

.travis.yml: Trim trailing whitespace and indent (#3118)

John Vandenberg 5 years ago
parent
commit
6ab0c59127
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -4,7 +4,7 @@ sudo: false
 
 branches:
   only:
-  - master
-  
+    - master
+
 script:
   - ruby -e "puts 'Hello world!'"