node-ldapjs/.travis.yml

42 lines
541 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 👩🏽‍💻
2019-08-27 21:54:19 +00:00
os: linux
script: npm run test:cov
node_js: node
2019-08-27 21:54:19 +00:00
- os: linux
script: npm run test:cov
node_js: lts/*
2019-08-27 21:32:09 +00:00
- os: windows
2019-08-27 21:54:19 +00:00
script: npm run test:cov
2019-08-27 21:32:09 +00:00
node_js: node
2019-08-27 21:54:19 +00:00
2019-08-27 21:32:09 +00:00
- os: windows
2019-08-27 21:54:19 +00:00
script: npm run test:cov
2019-08-27 21:32:09 +00:00
node_js: lts/*