Explorar el Código

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

John Vandenberg hace 5 años
padre
commit
6ab0c59127
Se han modificado 1 ficheros con 2 adiciones y 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!'"