File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
lib /binding
3
3
build
4
+ * -x86
5
+ * -ia32
Original file line number Diff line number Diff line change 10
10
" build/**" ,
11
11
" clean/**" ,
12
12
" deps/**" ,
13
- " node_modules/**"
13
+ " node_modules/**" ,
14
+ " *-x86/**" ,
15
+ " *-ia32/**"
14
16
]
15
17
}
Original file line number Diff line number Diff line change 2
2
clean
3
3
deps
4
4
node_modules
5
+ *-x86
6
+ *-ia32
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ addons:
17
17
- g++-5-multilib
18
18
- linux-libc-dev:i386
19
19
- libxml2-dev:i386
20
+ - zlib1g-dev:i386
20
21
21
22
# # don't re-build for tags so that [publish binary] is not re-run
22
23
# # https://github.com/travis-ci/travis-ci/issues/1532
@@ -30,7 +31,9 @@ matrix:
30
31
# Linux
31
32
- os : linux
32
33
compiler : clang
33
- env : NODE_VERSION="4.1.2" # node abi 46
34
+ env : NODE_VERSION="4.1.2" PUBLISHABLE=false
35
+ - os : linux
36
+ env : NODE_VERSION="4.1.2" BUILD_X86=true # node abi 46
34
37
# Test in release mode, not just debug mode.
35
38
- os : linux
36
39
compiler : clang
@@ -40,7 +43,9 @@ matrix:
40
43
env : NODE_VERSION="4.0.0" PUBLISHABLE=false
41
44
- os : linux
42
45
compiler : clang
43
- env : NODE_VERSION="iojs-v3.3.1" # node abi 45
46
+ env : NODE_VERSION="iojs-v3.3.1" PUBLISHABLE=false
47
+ - os : linux
48
+ env : NODE_VERSION="iojs-v3.3.1" BUILD_X86=true # node abi 45
44
49
- os : linux
45
50
compiler : clang
46
51
env : NODE_VERSION="iojs-v3.1.0" PUBLISHABLE=false
You can’t perform that action at this time.
0 commit comments