YAML error fixed.
authorFrancesco Pontillo <francescopontillo@gmail.com>
Tue, 26 Feb 2013 10:43:56 +0000 (11:43 +0100)
committerFrancesco Pontillo <francescopontillo@gmail.com>
Tue, 26 Feb 2013 10:43:56 +0000 (11:43 +0100)
.travis.yml

index 71b4c93..7c6ab5e 100644 (file)
@@ -1,12 +1,14 @@
 branches:
   only:
+    - master
     - gh-pages
 
 language: node_js
- node_js:
-   - "0.8.11"
 
- before_install:
+node_js:
+  - "0.8.11"
+
+before_install:
   - npm install -g grunt-cli
 
- script: "grunt swatch"
\ No newline at end of file
+script: "grunt swatch"
\ No newline at end of file