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

Commit b496b1f

Browse files
committed
Debug travis
1 parent d4e348f commit b496b1f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ addons:
66
jobs:
77
include:
88
- stage: lint
9-
os: linux
10-
dist: xenial
9+
node_js: 13
1110
install:
1211
- cd js-backend
1312
- npm install
1413
script:
1514
- npm run lint
1615
- stage: lint
17-
os: linux
18-
dist: xenial
16+
node_js: 13
1917
install:
2018
- cd vue-ui
2119
- npm install

0 commit comments

Comments
 (0)