From 99139a372d1a4a54d90d47fc58cff75f9adc2a8b Mon Sep 17 00:00:00 2001 From: Francesco Pontillo Date: Tue, 26 Feb 2013 11:43:56 +0100 Subject: [PATCH] YAML error fixed. --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.39.2