install typescript in travis ci

This commit is contained in:
wing328 2016-05-20 14:15:04 +08:00
parent 69de0ecb9b
commit 1e45af2fbc

View File

@ -10,6 +10,7 @@ services:
before_install:
# required when sudo: required for the Ruby petstore tests
- gem install bundler
- npm install -g typescript
install: