Update travis definition

This commit is contained in:
Godzil 2017-12-27 04:58:21 +01:00
parent 11f6b3feff
commit 8060b1b73b

View File

@ -3,9 +3,11 @@ sudo: false
node_js:
- 5
- 6
- 7
- 8
- 9
before_install:
- npm install --only=dev
script:
- npm run types
- npm run compile
- npm run prepare
- npm test