Install typings in Travis
parent
2df287eb60
commit
7b82c55762
|
@ -9,6 +9,7 @@ before_install:
|
|||
|
||||
install:
|
||||
- npm install
|
||||
- typings install
|
||||
- composer install
|
||||
|
||||
script:
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
"devDependencies": {
|
||||
"tslint": "^3.15.1",
|
||||
"typescript": "^1.8.10",
|
||||
"typings": "^1.3.3",
|
||||
"vsce": "^1.8.1",
|
||||
"vscode": "^0.11.17"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue