Skip to content

Commit

Permalink
build: use latest npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantdhiman committed Mar 26, 2019
1 parent fa0a127 commit 63fabc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ branches:
cache: npm

install:
- npm install -g npm@latest
- npm install
- |-
if [ "$TSC" = true ]; then npm run test-typings; fi
Expand Down

0 comments on commit 63fabc8

Please sign in to comment.