summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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