Update travis config (#537)

* Update travis config

* Coverage and caching

* Update README with badges and correct issues link

* Update .travis.yml

Co-Authored-By: Tony Brix <tony@brix.ninja>

* Update .travis.yml

Co-Authored-By: Tony Brix <tony@brix.ninja>

* Add windows

* Remove Windows. Does not work on Travis

* Use jobs style config

* Tweak target vesions

* Fix script

* How about this?
This commit is contained in:
James Sumners 2019-08-27 15:28:07 -04:00 committed by GitHub
parent 9b05c1ccc3
commit d5fa04209a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 9 deletions

View File

@ -1,6 +1,33 @@
sudo: false
git:
depth: 3
branches:
only:
- next
- master
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "stable"
- 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

View File

@ -1,9 +1,7 @@
# LDAPjs
[!['Build status'][travis_image_url]][travis_page_url]
[travis_image_url]: https://api.travis-ci.org/joyent/node-ldapjs.svg
[travis_page_url]: https://travis-ci.org/joyent/node-ldapjs
[![Build Status](https://travis-ci.org/ldapjs/node-ldapjs.svg)](https://travis-ci.org/ldapjs/node-ldapjs)
[![Coverage Status](https://coveralls.io/repos/github/ldapjs/node-ldapjs/badge.svg?branch=ci-cleanup)](https://coveralls.io/github/ldapjs/node-ldapjs?branch=ci-cleanup)
LDAPjs makes the LDAP protocol a first class citizen in Node.js.
@ -53,4 +51,4 @@ MIT.
## Bugs
See <https://github.com/mcavage/node-ldapjs/issues>.
See <https://github.com/ldapjs/node-ldapjs/issues>.