Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.
Prev Previous commit
Next Next commit
use nvs on windows
  • Loading branch information
goto-bus-stop committed Sep 18, 2020
commit a5ddec50980f23bc0660376207451f779f43e6a5
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ node_js:
jobs:
include:
- node_js: 8
os: windows
before_script: |
npm install postcss@7
nvm install 10
nvm use 10
nvs add 12
nvs use 12
npm run pretest:tape
nvm use 8
nvs use 8
script: npm run test:tape:7 -- --ci true

install:
Expand Down