Skip to content

Commit

Permalink
Ensure to install deps at latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jul 3, 2019
1 parent d5a5d76 commit 58f6cc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,9 @@ cache:
- $HOME/.npm
- node_modules

# Ensure to install dependencies at their latest versions
install: npm update --dev

branches:
only:
- master # Do not build PR branches
Expand Down

0 comments on commit 58f6cc2

Please sign in to comment.