Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit d5fa042

Browse files
authored
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 <[email protected]> * Update .travis.yml Co-Authored-By: Tony Brix <[email protected]> * Add windows * Remove Windows. Does not work on Travis * Use jobs style config * Tweak target vesions * Fix script * How about this?
1 parent 9b05c1c commit d5fa042

File tree

2 files changed

+34
-9
lines changed

2 files changed

+34
-9
lines changed

.travis.yml

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
1+
sudo: false
2+
3+
git:
4+
depth: 3
5+
6+
branches:
7+
only:
8+
- next
9+
- master
10+
111
language: node_js
12+
213
node_js:
3-
- "0.10"
4-
- "0.12"
5-
- "4"
6-
- "stable"
14+
- lts/*
15+
- node
16+
17+
os:
18+
- linux
19+
# - windows
20+
21+
cache:
22+
npm: true
23+
24+
stages:
25+
- test
26+
27+
jobs:
28+
include:
29+
# - stage: lint ✨
30+
# script: npm run lint
31+
32+
- stage: test 👩🏽‍💻
33+
script: npm run test:cov

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# LDAPjs
22

3-
[!['Build status'][travis_image_url]][travis_page_url]
4-
5-
[travis_image_url]: https://api.travis-ci.org/joyent/node-ldapjs.svg
6-
[travis_page_url]: https://travis-ci.org/joyent/node-ldapjs
3+
[![Build Status](https://travis-ci.org/ldapjs/node-ldapjs.svg)](https://travis-ci.org/ldapjs/node-ldapjs)
4+
[![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)
75

86
LDAPjs makes the LDAP protocol a first class citizen in Node.js.
97

@@ -53,4 +51,4 @@ MIT.
5351

5452
## Bugs
5553

56-
See <https://github.com/mcavage/node-ldapjs/issues>.
54+
See <https://github.com/ldapjs/node-ldapjs/issues>.

0 commit comments

Comments
 (0)