Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
tests: use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and jonathantneal committed May 2, 2018
1 parent 2e75e87 commit 083a8d8
Show file tree
Hide file tree
Showing 3 changed files with 16,482 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node_js:
- 6
- 4

script:
- npm run test
# travis take is weird, disabled for now
#- if [[ $(node --version) != v0.* ]]; then; npm run docs-test; fi
before_install:
- npm i -g npm@latest
install:
- npm ci
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ matrix:

install:
- ps: Install-Product node $env:nodejs_version
- npm install
- npm install -g npm@latest
- npm ci

test_script:
- node --version
Expand Down
Loading

0 comments on commit 083a8d8

Please sign in to comment.