Skip to content

Commit a2b6d59

Browse files
committed
ci(e2e): uses latest npm version
1 parent b3e94ff commit a2b6d59

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ node_js:
1414
- "6"
1515

1616
script:
17+
- npm -g install npm@latest
1718
- npm run clean -- --when-ci-commit-message
1819
- npm run test -- --coverage

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
# Typical npm stuff.
1919
- set CI=true
2020
- set TS_JEST_E2E_WORKDIR=%APPDATA%\ts-jest-e2e
21-
- npm version
21+
- npm -g install npm@latest
2222
- npm ci || npm install
2323
- npm run clean -- --when-ci-commit-message
2424

@@ -34,4 +34,4 @@ test_script:
3434
build: off
3535

3636
# Set build version format here instead of in the admin panel.
37-
version: "{build}"
37+
version: "{build}"

0 commit comments

Comments
 (0)