From 8794f3751ab9fafb38b1e2e8c70c826e33d1da03 Mon Sep 17 00:00:00 2001 From: Adeel Date: Tue, 10 Feb 2015 22:05:16 +0200 Subject: [PATCH] CI: Tests io.js runtime. * Promotes node.js to v1.2. --- .travis.yml | 5 +++-- appveyor.yml | 9 ++++++--- package.json | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index d426385b5..d73ac6722 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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; diff --git a/appveyor.yml b/appveyor.yml index b5360421d..58fd8651f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/package.json b/package.json index a02e172d8..2a60bd5c7 100644 --- a/package.json +++ b/package.json @@ -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" } }