Browse Source

Update travis definition

Godzil 6 years ago
parent
commit
8060b1b73b
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .travis.yml

+ 4 - 2
.travis.yml

@@ -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