Install typings in Travis

pull/15/head
Felix Becker 2016-09-09 20:26:07 +02:00
parent 2df287eb60
commit 7b82c55762
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ before_install:
install: install:
- npm install - npm install
- typings install
- composer install - composer install
script: script:

View File

@ -46,6 +46,7 @@
"devDependencies": { "devDependencies": {
"tslint": "^3.15.1", "tslint": "^3.15.1",
"typescript": "^1.8.10", "typescript": "^1.8.10",
"typings": "^1.3.3",
"vsce": "^1.8.1", "vsce": "^1.8.1",
"vscode": "^0.11.17" "vscode": "^0.11.17"
}, },