summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Pontillo <francescopontillo@gmail.com>2013-02-26 11:43:56 +0100
committerFrancesco Pontillo <francescopontillo@gmail.com>2013-02-26 11:43:56 +0100
commit99139a372d1a4a54d90d47fc58cff75f9adc2a8b (patch)
tree771087de33a25e69db8f889e1772b3fcdf54ef1e
parentea27e65aa9298c48fd36ff5d19519d6af75bd78f (diff)
YAML error fixed.
-rw-r--r--.travis.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 71b4c936..7c6ab5e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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