We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae5fdd commit 6b42bd6Copy full SHA for 6b42bd6
.travis.yml
@@ -6,13 +6,13 @@ node_js:
6
- "node"
7
env:
8
- FORMDATA_VERSION=1.0.0
9
- - FORMDATA_VERSION=1.0.0 ENCODING=yes
10
- FORMDATA_VERSION=2.1.0
11
- - FORMDATA_VERSION=2.1.0 ENCODING=yes
12
before_script:
13
- '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
+script:
+ - npm run coverage
+ - npm install encoding
16
cache:
17
directories:
18
- node_modules
0 commit comments