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

Commit

Permalink
CI: Tests io.js runtime.
Browse files Browse the repository at this point in the history
* Promotes node.js to v1.2.
  • Loading branch information
am11 committed Feb 11, 2015
1 parent f6836c6 commit 8794f37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ compiler:
- gcc
node_js:
- "0.10"
- "0.11"
- "0.12"
- iojs
matrix:
fast_finish: true
allow_failures:
- node_js: "0.11"
- node_js: iojs
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;
- sudo apt-get update;
Expand Down
9 changes: 6 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ init:
environment:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true
matrix:
# node.js
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12
# io.js
- nodejs_version: "1.1"

install:
- ps: Install-Product node $env:nodejs_version
- cmd: SET PATH=C:\python27;%PATH%
- git submodule update --init --recursive
- ps: npm install --msvs_version=2013

test_script:
- node --version
- npm --version

test_script:
- npm test

build: off
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"jscoverage": "^0.5.9",
"jshint": "^2.6.0",
"mocha-lcov-reporter": "^0.0.1",
"pangyp": "^2.0.2"
"pangyp": "^2.1.0"
}
}

0 comments on commit 8794f37

Please # to comment.