Skip to content

Commit 2186868

Browse files
Seperate the build by version
Attempt to get the build to work with alpine
1 parent fa01818 commit 2186868

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@ services:
44
- docker
55

66
script:
7-
- ./test-build.sh
7+
- ./test-build.sh $NODE_VERSION
8+
9+
env:
10+
matrix :
11+
- NODE_VERSION: '0.10'
12+
- NODE_VERSION: '0.12'
13+
- NODE_VERSION: '4.6'
14+
- NODE_VERSION: '6.9'
15+
- NODE_VERSION: '7.1'

0 commit comments

Comments
 (0)