Skip to content

Commit cd7b3e9

Browse files
committed
test node 12
1 parent 30e5a68 commit cd7b3e9

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: node_js
22

33
node_js:
4-
- 6
4+
- 4
5+
- 12
6+
57
script:
6-
- yarn lint
7-
- yarn lint:es6
8-
- yarn test
9-
- yarn test:ci
8+
- npm run lint
9+
- npm run lint:es6
10+
- npm run build:production
11+
- npm run test
12+
- npm run test:ci

0 commit comments

Comments
 (0)