Browse Source

Change to make travis npm happy

Manoël Trapier 6 years ago
parent
commit
b5bbde7cdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ node_js:
  - 5
  - 6
 before_install:
- - npm install --dev
+ - npm install --only=dev
 script:
  - npm run types
  - npm run compile