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

Commit c63d5c0

Browse files
committed
Debug travis CI
1 parent ac699b6 commit c63d5c0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ addons:
1515
jobs:
1616
include:
1717
- stage: lint
18-
install: cd js-backend && npm install && cd .. && cd vue-ui && npm install && cd ..
1918
script:
20-
- cd js-backend && npm run lint && cd ..
21-
- cd vue-ui && npm run lint && cd ..
19+
- cd js-backend && npm install && npm run lint && cd ..
20+
- cd vue-ui && npm install && npm run lint && cd ..

0 commit comments

Comments
 (0)