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.
30 lines
700 B
30 lines
700 B
language: node_js
|
|
os: linux
|
|
dist: xenial
|
|
|
|
jobs:
|
|
include:
|
|
- node_js: stable
|
|
script: standard
|
|
name: Lint
|
|
- node_js: stable
|
|
script: npm run test:ci
|
|
- node_js: 12
|
|
script: npm run test:ci
|
|
- node_js: 10
|
|
script: npm run test:ci
|
|
- node_js: 8
|
|
script: npm run test:ci
|
|
- node_js: 6
|
|
script: npm run test:ci
|
|
- node_js: 4
|
|
script: npm run test:ci
|
|
- node_js: '0.12'
|
|
before_install: nvm install-latest-npm
|
|
script: npm run test:ci
|
|
- node_js: '0.10'
|
|
before_install: nvm install-latest-npm
|
|
script: npm run test:ci
|
|
- node_js: '0.8'
|
|
before_install: nvm install-latest-npm
|
|
script: npm run test:ci
|