fix(travis): fix typescript 2.0.2 issue, second attempt

This commit is contained in:
nixa 2016-08-31 18:32:44 +03:00
parent c9c5e446cb
commit f11b655d89
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ npm install --global webpack-dev-server
* typescript
```bash
npm install --global typescript@beta
npm install --global typescript@2.0.0
```
## Clone repository and install dependencies

View file

@ -71,7 +71,7 @@
"ts-helpers": "1.1.1",
"ts-node": "^1.3.0",
"typedoc": "^0.4.4",
"typescript": "^2.0.0-beta",
"typescript": "2.0.0",
"awesome-typescript-loader": "^2.2.1",
"tslint-loader": "^2.1.3",
"url-loader": "^0.5.7",