Browse Source

Use npm-ci tool to install dev pkgs

pull/1219/head
Max Prokhorov 5 years ago
parent
commit
0aed95cc7f
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .travis.yml

+ 1
- 2
.travis.yml View File

@ -8,11 +8,10 @@ cache:
- "~/.npm"
- "~/.platformio"
- "$TRAVIS_BUILD_DIR/code/.piolibdeps"
- "$TRAVIS_BUILD_DIR/code/espurna/node_modules"
install:
- pip install -U platformio
- npm install -g npm@latest
- cd code ; npm install --only=dev ; cd ..
- cd code ; npm ci ; cd ..
env:
global:
- BUILDER_TOTAL_THREADS=4


Loading…
Cancel
Save