Skip to content

Commit

Permalink
chore: prefer npm install to npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jul 3, 2020
1 parent c0a8ab3 commit de77be0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,8 @@ node_js:
- 6.0
before_install:
- npm install -g npm@5
install:
- npm install
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
branches:
only:
Expand Down

0 comments on commit de77be0

Please sign in to comment.