Install typings in Travis
parent
2df287eb60
commit
7b82c55762
|
@ -9,6 +9,7 @@ before_install:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
|
- typings install
|
||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue