ghaction-upx/node_modules/readable-stream/.travis.yml

35 lines
991 B
YAML
Raw Normal View History

2020-01-17 01:36:42 -07:00
sudo: false
language: node_js
before_install:
2020-04-03 02:12:31 -06:00
- (test $NPM_LEGACY && npm install -g npm@2 && npm install -g npm@3) || true
2020-01-17 01:36:42 -07:00
notifications:
email: false
matrix:
fast_finish: true
include:
- node_js: '0.8'
2020-04-03 02:12:31 -06:00
env: NPM_LEGACY=true
2020-01-17 01:36:42 -07:00
- node_js: '0.10'
2020-04-03 02:12:31 -06:00
env: NPM_LEGACY=true
2020-01-17 01:36:42 -07:00
- node_js: '0.11'
2020-04-03 02:12:31 -06:00
env: NPM_LEGACY=true
2020-01-17 01:36:42 -07:00
- node_js: '0.12'
2020-04-03 02:12:31 -06:00
env: NPM_LEGACY=true
2020-01-17 01:36:42 -07:00
- node_js: 1
2020-04-03 02:12:31 -06:00
env: NPM_LEGACY=true
2020-01-17 01:36:42 -07:00
- node_js: 2
2020-04-03 02:12:31 -06:00
env: NPM_LEGACY=true
2020-01-17 01:36:42 -07:00
- node_js: 3
2020-04-03 02:12:31 -06:00
env: NPM_LEGACY=true
2020-01-17 01:36:42 -07:00
- node_js: 4
- node_js: 5
- node_js: 6
- node_js: 7
- node_js: 8
- node_js: 9
2020-04-03 02:12:31 -06:00
script: "npm run test"
2020-01-17 01:36:42 -07:00
env:
global:
- secure: rE2Vvo7vnjabYNULNyLFxOyt98BoJexDqsiOnfiD6kLYYsiQGfr/sbZkPMOFm9qfQG7pjqx+zZWZjGSswhTt+626C0t/njXqug7Yps4c3dFblzGfreQHp7wNX5TFsvrxd6dAowVasMp61sJcRnB2w8cUzoe3RAYUDHyiHktwqMc=
- secure: g9YINaKAdMatsJ28G9jCGbSaguXCyxSTy+pBO6Ch0Cf57ZLOTka3HqDj8p3nV28LUIHZ3ut5WO43CeYKwt4AUtLpBS3a0dndHdY6D83uY6b2qh5hXlrcbeQTq2cvw2y95F7hm4D1kwrgZ7ViqaKggRcEupAL69YbJnxeUDKWEdI=