mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-31 22:07:36 -06:00
Resolving circle ci config issue.
This commit is contained in:
parent
4d73cf47d2
commit
ac004f5812
1 changed files with 0 additions and 7 deletions
|
|
@ -9,16 +9,9 @@ jobs: # a collection of steps
|
|||
- run:
|
||||
name: update-npm
|
||||
command: 'sudo npm install -g npm@latest'
|
||||
- restore_cache: # special step to restore the dependency cache
|
||||
# Read about caching dependencies: https://circleci.com/docs/2.0/caching/
|
||||
key: dependency-cache-{{ checksum "package.json" }}
|
||||
- run:
|
||||
name: install-npm-wee
|
||||
command: npm install
|
||||
- save_cache: # special step to save the dependency cache
|
||||
key: dependency-cache-{{ checksum "package.json" }}
|
||||
paths:
|
||||
- ./node_modules
|
||||
- run: # run tests
|
||||
name: test
|
||||
command: gulp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue