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

Commit ac699b6

Browse files
committed
Update package-locks, add travis CI for lint
1 parent 801a541 commit ac699b6

3 files changed

Lines changed: 396 additions & 150 deletions

File tree

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
dist: xenial
2+
language: node_js
3+
os:
4+
- linux
5+
- osx
6+
- windows
7+
node_js:
8+
- 12
9+
- 10
10+
- 13
11+
stages:
12+
- lint
13+
addons:
14+
chrome: stable
15+
jobs:
16+
include:
17+
- stage: lint
18+
install: cd js-backend && npm install && cd .. && cd vue-ui && npm install && cd ..
19+
script:
20+
- cd js-backend && npm run lint && cd ..
21+
- cd vue-ui && npm run lint && cd ..

js-backend/package-lock.json

Lines changed: 52 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)