node-ldapjs/.travis.yml

34 lines
413 B
YAML
Raw Normal View History

sudo: false
git:
depth: 3
branches:
only:
- next
- master
2012-01-14 18:21:50 +00:00
language: node_js
cache:
npm: true
stages:
- lint
- test
jobs:
include:
- stage: lint ✨
script: npm run lint:ci
node_js: lts/*
- stage: test 👩🏽‍💻
script: npm run test:cov
node_js: node
- node_js: lts/*
2019-08-27 21:32:09 +00:00
- os: windows
node_js: node
- os: windows
node_js: lts/*