Explorar o código

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

John Vandenberg %!s(int64=5) %!d(string=hai) anos
pai
achega
6ab0c59127
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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!'"