Skip to content

Commit 44941c5

Browse files
committed
Fix tests: remove deprecated environments & old form-data
1 parent 9af3b86 commit 44941c5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "6"
53
- "8"
6-
- "node"
4+
- "10"
75
env:
8-
- FORMDATA_VERSION=1.0.0
6+
# - FORMDATA_VERSION=1.0.0
97
- FORMDATA_VERSION=2.1.0
108
before_script:
119
- 'if [ "$FORMDATA_VERSION" ]; then npm install form-data@^$FORMDATA_VERSION; fi'

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,8 @@
6060
},
6161
"dependencies": {
6262
"web-streams-polyfill": "^1.3.2"
63+
},
64+
"peerDependencies": {
65+
"form-data": ">= 2.1.0"
6366
}
6467
}

0 commit comments

Comments
 (0)