Commit 1e5439a0 by Andrew Nesbitt

Merge pull request #560 from sass/travis-update

Allow failures for node v0.11 on travis
parents 1043ab05 d021d5e8
...@@ -7,6 +7,10 @@ compiler: ...@@ -7,6 +7,10 @@ compiler:
node_js: node_js:
- "0.10" - "0.10"
- "0.11" - "0.11"
matrix:
fast_finish: true
allow_failures:
- node_js: "0.11"
before_install: before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;
- sudo apt-get update; - sudo apt-get update;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment