node-ldapjs/.travis.yml

34 lines
324 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
2012-01-14 18:30:28 +00:00
node_js:
- lts/*
- node
os:
- linux
# - windows
cache:
npm: true
stages:
- test
jobs:
include:
# - stage: lint ✨
# script: npm run lint
- stage: test 👩🏽‍💻
script: npm run test:cov