[Pkg-javascript-commits] [node-evp-bytestokey] 06/29: Update .travis.yml
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Sep 8 09:56:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-evp-bytestokey.
commit b981483591d62348deafcf3569badd2fb99990ea
Author: Kirill Fomichev <fanatid at ya.ru>
Date: Thu Aug 25 17:45:24 2016 +0300
Update .travis.yml
---
.travis.yml | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index eb83acd..b54cdde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,27 @@
+sudo: false
language: node_js
node_js:
- - "0.11"
- "0.10"
+ - "0.11"
- "0.12"
- - "iojs"
+ - "4"
+ - "5"
+ - "6"
+addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - g++-4.8
+env:
+ global:
+ - CXX=g++-4.8
+ matrix:
+ - TEST_SUITE=unit
+matrix:
+ include:
+ - node_js: "6"
+ env: TEST_SUITE=lint
+before_script:
+ - npm run test:prepare
+script: npm run-script $TEST_SUITE
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-evp-bytestokey.git
More information about the Pkg-javascript-commits
mailing list