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

Commit e9fda75

Browse files
committed
Fix travis
1 parent abc6f9c commit e9fda75

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1-
dist: xenial
21
language: node_js
3-
os:
4-
- linux
5-
- osx
6-
- windows
7-
node_js:
8-
- 12
9-
- 10
10-
- 13
112
stages:
123
- lint
134
addons:
145
chrome: stable
156
jobs:
167
include:
178
- stage: lint
9+
os: linux
10+
dist: xenial
1811
install: npm run setup
1912
script:
2013
- npm run lint

vue-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@
130130
"browserslist": [
131131
"> 1%",
132132
"last 2 versions"
133-
],
133+
]
134134
}

0 commit comments

Comments
 (0)