Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
CI: Don't allow io.js failures.
Browse files Browse the repository at this point in the history
Also updates io.js version in AppVeyor.
  • Loading branch information
am11 committed Feb 26, 2015
1 parent 5cc886c commit b8c6a05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
language: node_js
language:
node_js

env:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true

compiler:
- gcc

node_js:
- "0.10"
- "0.12"
- iojs

matrix:
fast_finish: true
allow_failures:
- node_js: iojs

before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;
- sudo apt-get update;
Expand All @@ -22,11 +25,14 @@ before_install:
- sudo apt-get update -qq;

- git submodule update --init --recursive

after_success:
- npm run-script coverage

cache:
directories:
- node_modules

notifications:
webhooks:
urls:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
- nodejs_version: 0.10
- nodejs_version: 0.12
# io.js
- nodejs_version: "1.2"
- nodejs_version: "1.0"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit b8c6a05

Please sign in to comment.