diff options
author | Francesco Pontillo <francescopontillo@gmail.com> | 2013-02-26 11:43:56 +0100 |
---|---|---|
committer | Francesco Pontillo <francescopontillo@gmail.com> | 2013-02-26 11:43:56 +0100 |
commit | 99139a372d1a4a54d90d47fc58cff75f9adc2a8b (patch) | |
tree | 771087de33a25e69db8f889e1772b3fcdf54ef1e | |
parent | ea27e65aa9298c48fd36ff5d19519d6af75bd78f (diff) |
YAML error fixed.
-rw-r--r-- | .travis.yml | 10 |
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 |