From 218686835d87ed6b492ece7586a33667590e385b Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Wed, 26 Oct 2016 15:06:48 -0400 Subject: [PATCH] Seperate the build by version Attempt to get the build to work with alpine --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 850ae39e..7c38445f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,12 @@ services: - docker script: - - ./test-build.sh + - ./test-build.sh $NODE_VERSION + +env: + matrix : + - NODE_VERSION: '0.10' + - NODE_VERSION: '0.12' + - NODE_VERSION: '4.6' + - NODE_VERSION: '6.9' + - NODE_VERSION: '7.1'