From: Francesco Pontillo Date: Tue, 26 Feb 2013 10:43:56 +0000 (+0100) Subject: YAML error fixed. X-Git-Tag: v2.3.0+2~7^2~1^2~3 X-Git-Url: http://git.roojs.org/?p=bootswatch;a=commitdiff_plain;h=99139a372d1a4a54d90d47fc58cff75f9adc2a8b YAML error fixed. --- diff --git a/.travis.yml b/.travis.yml index 71b4c93..7c6ab5e 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