UglifyJS/appveyor.yml

27 lines
664 B
YAML
Raw Normal View History

2016-07-17 16:17:33 +00:00
environment:
2018-07-05 10:43:38 +00:00
UGLIFYJS_TEST_ALL: 1
2016-07-17 16:17:33 +00:00
matrix:
2018-07-05 10:43:38 +00:00
- NODEJS_VER: node/0.10
- NODEJS_VER: node/0.12
- NODEJS_VER: node/4
- NODEJS_VER: node/6
- NODEJS_VER: node/8
2019-03-15 08:45:12 +00:00
- NODEJS_VER: node/10
2018-07-05 10:43:38 +00:00
- NODEJS_VER: node/latest
2016-07-17 16:17:33 +00:00
install:
2018-07-05 10:43:38 +00:00
- git clone --branch v1.4.2 --depth 1 https://github.com/jasongin/nvs.git %LOCALAPPDATA%\nvs
- set PATH=%LOCALAPPDATA%\nvs;%PATH%
- nvs --version
- nvs add %NODEJS_VER%
- nvs use %NODEJS_VER%
- node --version
- npm --version --no-update-notifier
- npm install --no-optional --no-save --no-update-notifier
2018-01-07 06:14:58 +00:00
build: off
cache:
- tmp
matrix:
fast_finish: true
2016-07-17 16:17:33 +00:00
test_script:
2018-07-05 10:43:38 +00:00
- npm test --no-update-notifier