Fix node version

This commit is contained in:
Richard Davey 2018-04-30 12:47:48 +01:00
parent 63dbd9fd12
commit ee4f5a18ae

View file

@ -4,13 +4,15 @@ git:
depth: 1
language: node_js
node_js:
- 'node'
- '9'
env:
- TERM=dumb
script:
- npm install
- npm run lint
- npm run build
- yarn install
- yarn run lint
- yarn run build