We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c38bbe commit eea6570Copy full SHA for eea6570
.travis.yml
@@ -5,6 +5,10 @@ node_js:
5
- "0.11"
6
- "0.10"
7
#stupid things for node-sass
8
+matrix:
9
+ fast_finish: true
10
+ allow_failures:
11
+ - node_js: "0.11"
12
before_install:
13
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;
14
- sudo apt-get update;
@@ -21,4 +25,3 @@ after_script:
21
25
- codeclimate < coverage/**/lcov.info
22
26
env:
23
27
- CODECLIMATE_REPO_TOKEN=3da2fca425c3798e4fc8afe7a90e608207285ea2f4885fbefd99556ef8d683c3
24
- - SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true
0 commit comments