dash-ast
Version:
walk an AST, quickly
31 lines (29 loc) • 700 B
YAML
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