From eea6570f57866b608e773bb1489ace1a0e4bd707 Mon Sep 17 00:00:00 2001 From: Vadim Sikora Date: Tue, 30 Dec 2014 09:57:33 +0100 Subject: [PATCH] last time, pinky swear --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f524be1..620572d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ node_js: - "0.11" - "0.10" #stupid things for node-sass +matrix: + fast_finish: true + allow_failures: + - node_js: "0.11" before_install: - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; - sudo apt-get update; @@ -21,4 +25,3 @@ after_script: - codeclimate < coverage/**/lcov.info env: - CODECLIMATE_REPO_TOKEN=3da2fca425c3798e4fc8afe7a90e608207285ea2f4885fbefd99556ef8d683c3 - - SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true