[Pkg-javascript-commits] [node-ripemd160] 53/71: update travis

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:25:41 UTC 2017


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

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

commit 33b1d91a7f58d147c99978c249e98581ef97d328
Author: Kirill Fomichev <fanatid at ya.ru>
Date:   Mon Feb 29 12:15:06 2016 +0300

    update travis
---
 .travis.yml | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

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

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



More information about the Pkg-javascript-commits mailing list