Skip to content

Commit eea6570

Browse files
committed
last time, pinky swear
1 parent 5c38bbe commit eea6570

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ node_js:
55
- "0.11"
66
- "0.10"
77
#stupid things for node-sass
8+
matrix:
9+
fast_finish: true
10+
allow_failures:
11+
- node_js: "0.11"
812
before_install:
913
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;
1014
- sudo apt-get update;
@@ -21,4 +25,3 @@ after_script:
2125
- codeclimate < coverage/**/lcov.info
2226
env:
2327
- CODECLIMATE_REPO_TOKEN=3da2fca425c3798e4fc8afe7a90e608207285ea2f4885fbefd99556ef8d683c3
24-
- SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true

0 commit comments

Comments
 (0)