Skip to content

Commit

Permalink
ci(travis): Added missing npm globals
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 3, 2016
1 parent bb2f480 commit 3c92baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ install:
script:
# remove unused node modules from cache
- npm prune
- npm install -g typings tslint typescript
- npm run test:ci

sudo: required

0 comments on commit 3c92baa

Please sign in to comment.