Skip to content

Commit

Permalink
Merge pull request #13 from XuluWarrior/npm-ci
Browse files Browse the repository at this point in the history
Install using `npm ci`
  • Loading branch information
XuluWarrior authored Jul 11, 2019
2 parents f321a7b + 8c0e92d commit b1aba4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ before_install:
- npm install -g npm@latest

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

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

script:
- npm run build:styles
- resume serve --resume=example-resume.json --port 5001 --silent &
Expand Down

0 comments on commit b1aba4b

Please sign in to comment.