Skip to content

Commit ee4f5a1

Browse files
committed
Fix node version
1 parent 63dbd9f commit ee4f5a1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ git:
44
depth: 1
55

66
language: node_js
7+
78
node_js:
89
- 'node'
10+
- '9'
911

1012
env:
1113
- TERM=dumb
1214

1315
script:
14-
- npm install
15-
- npm run lint
16-
- npm run build
16+
- yarn install
17+
- yarn run lint
18+
- yarn run build

0 commit comments

Comments
 (0)