fix(travis): fix typescript 2.0.2 issue

This commit is contained in:
nixa 2016-08-31 18:40:12 +03:00
parent e60e20de64
commit c25faf89cd
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ install:
- npm config set spin false - npm config set spin false
- npm install -g npm@3 - npm install -g npm@3
- npm install -g webpack - npm install -g webpack
- npm install -g typescript - npm install -g typescript@2.0.0
- npm install - npm install

View file

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

View file

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