We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e94ff commit a2b6d59Copy full SHA for a2b6d59
2 files changed
.travis.yml
@@ -14,5 +14,6 @@ node_js:
14
- "6"
15
16
script:
17
+ - npm -g install npm@latest
18
- npm run clean -- --when-ci-commit-message
19
- npm run test -- --coverage
appveyor.yml
@@ -18,7 +18,7 @@ install:
# Typical npm stuff.
- set CI=true
20
- set TS_JEST_E2E_WORKDIR=%APPDATA%\ts-jest-e2e
21
- - npm version
22
- npm ci || npm install
23
24
@@ -34,4 +34,4 @@ test_script:
34
build: off
35
36
# Set build version format here instead of in the admin panel.
37
-version: "{build}"
+version: "{build}"
0 commit comments