Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit 2223cc6

Browse files
committed
fix(travis): Push bootstrapping later
1 parent 2052946 commit 2223cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: node_js
22
install:
33
- npm install npm@6 --global
44
- npm install
5-
- npm run bootstrap
6-
- npm run build
75
# - npm ci
86
# keep the npm cache around to speed up installs
97
cache:
@@ -12,6 +10,8 @@ cache:
1210
node_js:
1311
- 8
1412
script:
13+
- npm run bootstrap
14+
- npm run build
1515
- npm run lint
1616
- npm run test
1717
- cd smoketest

0 commit comments

Comments
 (0)