Skip to content

Commit 91681eb

Browse files
committed
Ignore webpack when installing on travis
1 parent a8428e0 commit 91681eb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ node_js:
55
- "0.11"
66
- "0.10"
77
- "0.8"
8+
install:
9+
- npm install --no-optional

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
"expect.js": "=0.3.1",
3030
"sinon": "=1.10.2",
3131
"nock": "=0.28.0",
32-
"express": "=3.11.0",
32+
"express": "=3.11.0"
33+
},
34+
"optionalDependencies": {
3335
"webpack": "^1.12.9"
3436
},
3537
"scripts": {

0 commit comments

Comments
 (0)