From a8d7cabd6ccbeda5145b78cd2d6fd0b238c23a3f Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 23 Nov 2015 13:39:34 +0100 Subject: [PATCH] Update dependencies --- .travis.yml | 1 + Gruntfile.js | 2 +- package.json | 14 +++++++------- tests/tests.js | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0dc68f9..7138972 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: node_js node_js: - "0.10" - "0.12" + - "stable" - "iojs" before_script: - "npm install -g grunt-cli" diff --git a/Gruntfile.js b/Gruntfile.js index bd75a19..a6ca5c9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -11,7 +11,7 @@ module.exports = function(grunt) { 'command': 'istanbul cover --report "html" --verbose --dir "coverage" "tests/tests.js"' }, 'cover-coveralls': { - 'command': 'istanbul cover --verbose --dir "coverage" "tests/tests.js" && cat coverage/lcov.info | coveralls; rm -rf coverage/lcov*' + 'command': 'istanbul cover --verbose --dir "coverage" "tests/tests.js" && coveralls < coverage/lcov.info; rm -rf coverage/lcov*' }, 'test-narwhal': { 'command': 'echo "Testing in Narwhal..."; export NARWHAL_OPTIMIZATION=-1; narwhal "tests/tests.js"' diff --git a/package.json b/package.json index 6eac603..500d263 100644 --- a/package.json +++ b/package.json @@ -30,14 +30,14 @@ "test": "node tests/tests.js" }, "devDependencies": { - "coveralls": "^2.10.0", + "coveralls": "^2.11.4", "grunt": "^0.4.5", - "grunt-shell": "^0.7.0", + "grunt-shell": "^1.1.2", "grunt-template": "^0.2.3", - "istanbul": "^0.2.10", - "qunit-extras": "^1.2.0", - "qunitjs": "~1.11.0", - "regenerate": "^0.6.2", - "requirejs": "^2.1.13" + "istanbul": "^0.4.0", + "qunit-extras": "^1.4.4", + "qunitjs": "^1.20.0", + "regenerate": "^1.2.1", + "requirejs": "^2.1.22" } } diff --git a/tests/tests.js b/tests/tests.js index e14ef02..d8ffeff 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -186,7 +186,7 @@ function() { base64.decode('YQ==='); }, - 'Invalid character', + /Invalid character/, 'Invalid character' ); equal(