Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit b052d9e

Browse files
authored
Merge pull request #3212 from ethereum/tests/e2e-clean-env
Fix E2E Publishing tests
2 parents 043cb81 + 8b5163e commit b052d9e

File tree

5 files changed

+29
-1481
lines changed

5 files changed

+29
-1481
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ before_install:
4545
- export DISPLAY=:99.0
4646
- export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
4747
install:
48-
- npm install
48+
- if [ $TEST != "e2e_truffle" ]; then
49+
npm install;
50+
fi
4951
script:
5052
- npm run ci
5153

0 commit comments

Comments
 (0)