Skip to content

Commit 989c843

Browse files
committed
Uninstall encoding before first Travis test run
encoding can be included in the Travis CI cache, and thus needs to be manually uninstalled first.
1 parent 6b42bd6 commit 989c843

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
before_script:
1111
- 'if [ "$FORMDATA_VERSION" ]; then npm install form-data@^$FORMDATA_VERSION; fi'
1212
script:
13+
- npm uninstall encoding
1314
- npm run coverage
1415
- npm install encoding
1516
- npm run coverage

0 commit comments

Comments
 (0)