Skip to content

Commit 6b42bd6

Browse files
authored
Consolidate Travis CI matrix for encoding (node-fetch#436)
See: node-fetch#431
1 parent bae5fdd commit 6b42bd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ node_js:
66
- "node"
77
env:
88
- FORMDATA_VERSION=1.0.0
9-
- FORMDATA_VERSION=1.0.0 ENCODING=yes
109
- FORMDATA_VERSION=2.1.0
11-
- FORMDATA_VERSION=2.1.0 ENCODING=yes
1210
before_script:
1311
- 'if [ "$FORMDATA_VERSION" ]; then npm install form-data@^$FORMDATA_VERSION; fi'
14-
- 'if [ "$ENCODING" = "yes" ]; then npm install encoding; fi'
15-
script: npm run coverage
12+
script:
13+
- npm run coverage
14+
- npm install encoding
15+
- npm run coverage
1616
cache:
1717
directories:
1818
- node_modules

0 commit comments

Comments
 (0)