[Pkg-javascript-commits] [node-sha.js] 219/237: Add node v4 and v5 to travis config

Bastien Roucariès rouca at moszumanska.debian.org
Fri May 5 09:04:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-sha.js.

commit 096fb32a4c2c3d510950e1c691b0f81e3e9bff85
Author: Kirill Fomichev <fanatid at ya.ru>
Date:   Sun Feb 14 21:24:27 2016 +0300

    Add node v4 and v5 to travis config
---
 .travis.yml | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1500ada..1c0bada 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,18 @@
+sudo: false
+os:
+  - linux
 language: node_js
 node_js:
   - "0.10"
+  - "0.11"
   - "0.12"
-  - "iojs"
+  - "4"
+  - "5"
 env:
-  - TEST_SUITE=lint
-  - TEST_SUITE=unit
-script: "npm run-script $TEST_SUITE"
-
+  matrix:
+    - TEST_SUITE=unit
+matrix:
+  include:
+    - node_js: "4"
+      env: TEST_SUITE=lint
+script: npm run $TEST_SUITE

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-sha.js.git



More information about the Pkg-javascript-commits mailing list