You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.7 KiB
65 lines
1.7 KiB
sudo: false |
|
language: node_js |
|
before_install: |
|
- npm install -g npm@2 |
|
- test $NPM_LEGACY && npm install -g npm@latest-3 || npm install npm -g |
|
notifications: |
|
email: false |
|
matrix: |
|
fast_finish: true |
|
include: |
|
- node_js: '0.8' |
|
env: |
|
- TASK=test |
|
- NPM_LEGACY=true |
|
- node_js: '0.10' |
|
env: |
|
- TASK=test |
|
- NPM_LEGACY=true |
|
- node_js: '0.11' |
|
env: |
|
- TASK=test |
|
- NPM_LEGACY=true |
|
- node_js: '0.12' |
|
env: |
|
- TASK=test |
|
- NPM_LEGACY=true |
|
- node_js: 1 |
|
env: |
|
- TASK=test |
|
- NPM_LEGACY=true |
|
- node_js: 2 |
|
env: |
|
- TASK=test |
|
- NPM_LEGACY=true |
|
- node_js: 3 |
|
env: |
|
- TASK=test |
|
- NPM_LEGACY=true |
|
- node_js: 4 |
|
env: TASK=test |
|
- node_js: 5 |
|
env: TASK=test |
|
- node_js: 6 |
|
env: TASK=test |
|
- node_js: 7 |
|
env: TASK=test |
|
- node_js: 8 |
|
env: TASK=test |
|
- node_js: 6 |
|
env: TASK=browser BROWSER_NAME=ie BROWSER_VERSION="9..latest" |
|
- node_js: 6 |
|
env: TASK=browser BROWSER_NAME=opera BROWSER_VERSION="11..latest" |
|
- node_js: 6 |
|
env: TASK=browser BROWSER_NAME=chrome BROWSER_VERSION="-3..latest" |
|
- node_js: 6 |
|
env: TASK=browser BROWSER_NAME=firefox BROWSER_VERSION="-3..latest" |
|
- node_js: 6 |
|
env: TASK=browser BROWSER_NAME=safari BROWSER_VERSION="5..latest" |
|
- node_js: 6 |
|
env: TASK=browser BROWSER_NAME=microsoftedge BROWSER_VERSION=latest |
|
script: "npm run $TASK" |
|
env: |
|
global: |
|
- secure: rE2Vvo7vnjabYNULNyLFxOyt98BoJexDqsiOnfiD6kLYYsiQGfr/sbZkPMOFm9qfQG7pjqx+zZWZjGSswhTt+626C0t/njXqug7Yps4c3dFblzGfreQHp7wNX5TFsvrxd6dAowVasMp61sJcRnB2w8cUzoe3RAYUDHyiHktwqMc= |
|
- secure: g9YINaKAdMatsJ28G9jCGbSaguXCyxSTy+pBO6Ch0Cf57ZLOTka3HqDj8p3nV28LUIHZ3ut5WO43CeYKwt4AUtLpBS3a0dndHdY6D83uY6b2qh5hXlrcbeQTq2cvw2y95F7hm4D1kwrgZ7ViqaKggRcEupAL69YbJnxeUDKWEdI=
|
|
|