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.
29 lines
429 B
29 lines
429 B
sudo: false
|
|
language: node_js
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
include:
|
|
- node_js: 6
|
|
env: CMD=test
|
|
- node_js: 8
|
|
env: CMD=test
|
|
- node_js: 10
|
|
env: CMD=test
|
|
- node_js: stable
|
|
env: CMD=test-browsers
|
|
addons:
|
|
sauce_connect: true
|
|
hosts:
|
|
- airtap.local
|
|
|
|
before_script: git fetch --tags
|
|
|
|
script:
|
|
- DEBUG=airtap:* npm run $CMD
|
|
|
|
after_success: npm run coverage
|
|
|
|
notifications:
|
|
email: false
|