Seperate the build by version

Attempt to get the build to work with alpine
This commit is contained in:
Laurent Goderre 2016-10-26 15:06:48 -04:00
parent fa01818156
commit 218686835d
1 changed files with 9 additions and 1 deletions

View File

@ -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'