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

Commit 1788a42

Browse files
authored
Merge pull request #68 from mulesoft/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 0782e9e + d74045c commit 1788a42

File tree

8 files changed

+7794
-13
lines changed

8 files changed

+7794
-13
lines changed

.travis.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
sudo: false
2+
23
language: node_js
34

4-
notifications:
5-
email:
6-
on_success: never
7-
on_failure: change
5+
env:
6+
- MOZ_HEADLESS=1
7+
8+
script: npm run lint && npm run test-server-open && npm run test-node && npm run test-browser
9+
after_script: npm run test-server-close
810

911
node_js:
1012
- "4"
11-
- "stable"
13+
- "6"
14+
- "8"
15+
- "lts/*"
16+
17+
cache:
18+
directories:
19+
- node_modules
20+
- $HOME/.npm

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Client OAuth 2.0
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/mulesoft/js-client-oauth2.svg)](https://greenkeeper.io/)
4+
35
[![NPM version][npm-image]][npm-url]
46
[![NPM downloads][downloads-image]][downloads-url]
57
[![Build status][travis-image]][travis-url]

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module.exports = function (config) {
113113
*
114114
* @type {Array}
115115
*/
116-
browsers: isTravis ? ['PhantomJS'] : ['Chrome', 'Firefox', 'PhantomJS'],
116+
browsers: isTravis ? ['PhantomJS', 'Firefox'] : ['Chrome', 'Firefox', 'PhantomJS'],
117117

118118
/**
119119
* If a browser does not capture within a given timeout, kill it.

0 commit comments

Comments
 (0)