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

Commit d4e348f

Browse files
committed
Debug travis
1 parent e9fda75 commit d4e348f

2 files changed

Lines changed: 11 additions & 18 deletions

File tree

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ jobs:
88
- stage: lint
99
os: linux
1010
dist: xenial
11-
install: npm run setup
11+
install:
12+
- cd js-backend
13+
- npm install
14+
script:
15+
- npm run lint
16+
- stage: lint
17+
os: linux
18+
dist: xenial
19+
install:
20+
- cd vue-ui
21+
- npm install
1222
script:
1323
- npm run lint

package.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)