.travis.yml (html-minifier-3.6.0) | : | .travis.yml (html-minifier-4.0.0) | ||
---|---|---|---|---|
addons: | addons: | |||
apt: | apt: | |||
sources: | sources: | |||
- ubuntu-toolchain-r-test | - ubuntu-toolchain-r-test | |||
packages: | packages: | |||
- libstdc++-4.9-dev | - libstdc++-4.9-dev | |||
branches: | ||||
only: | ||||
- gh-pages | ||||
language: generic | language: generic | |||
matrix: | matrix: | |||
fast_finish: true | fast_finish: true | |||
sudo: false | ||||
env: | env: | |||
matrix: | matrix: | |||
- NODEJS_VER=chakracore/latest | ||||
- NODEJS_VER=node/4 | ||||
- NODEJS_VER=node/6 | - NODEJS_VER=node/6 | |||
- NODEJS_VER=node/8 | - NODEJS_VER=node/8 | |||
- NODEJS_VER=node/10 | ||||
- NODEJS_VER=node/latest | - NODEJS_VER=node/latest | |||
before_install: | before_install: | |||
- git clone --branch v1.4.2 --depth 1 https://github.com/jasongin/nvs.git ~/.n vs | - git clone --branch v1.4.2 --depth 1 https://github.com/jasongin/nvs.git ~/.n vs | |||
- . ~/.nvs/nvs.sh | - . ~/.nvs/nvs.sh | |||
- nvs --version | - nvs --version | |||
install: | install: | |||
- nvs add $NODEJS_VER | - nvs add $NODEJS_VER | |||
- nvs use $NODEJS_VER | - nvs use $NODEJS_VER | |||
- node --version | - node --version | |||
- npm --version --no-update-notifier | - npm --version --no-update-notifier | |||
- npm install --no-optional --no-save --no-update-notifier | - npm install --no-optional --no-save --no-update-notifier | |||
script: | script: | |||
- npm test --no-update-notifier | - npm test --no-update-notifier | |||
notifications: | ||||
email: false | ||||
End of changes. 9 change blocks. | ||||
6 lines changed or deleted | 7 lines changed or added |