[Pkg-javascript-commits] [node-coveralls] 286/332: don't hardcode minor version
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:54:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-coveralls.
commit dd230f6a6234a6ecd2c24c03358d01a97653f14b
Author: Alejandro Oviedo <alejandro.oviedo.g at gmail.com>
Date: Wed Jan 18 21:47:04 2017 +0200
don't hardcode minor version
It's making run the CI with older versions of Node releases and more importantly with branches that don't receive security patches.
---
.travis.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 04aaca5..950be54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,9 @@ language: node_js
node_js:
- "node"
- "iojs"
- - "6.0"
- - "5.0"
- - "4.2"
+ - "6"
+ - "5"
+ - "4"
- "0.12"
- "0.10"
script: make test-coveralls
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git
More information about the Pkg-javascript-commits
mailing list