Skip to content

Commit

Permalink
Install using npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
XuluWarrior committed Jul 13, 2019
1 parent 9ec1117 commit d70f8e2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ before_install:
- npm install -g npm@latest

install:
- npm install
- npm install -g resume-cli
- npm install --no-save @percy/script
- npm ci
- npm install -g resume-cli
- npm install --no-save @percy/script

cache:
directories:
- "$HOME/.npm"

script:
- npm run build:styles
Expand Down

0 comments on commit d70f8e2

Please sign in to comment.