Skip to content

Commit

Permalink
added stable to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Mar 9, 2017
1 parent 3d34cd7 commit 2740be9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- lts/argon
- lts/boron
- stable
script:
- make test-travis
before_script:
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
NODE_VERSION = $(wordlist 1,1,$(subst ., ,$(subst v, ,$(shell node -v))))

TESTS = test/**/**/*.test.js test/**/*.test.js

test:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"coverage": "make coverage",
"test": "make test",
"lint": "eslint lib example test",
"lint-fix": "eslint lib example test --fix"
"lint": "eslint lib example test"
},
"repository": "panva/node-openid-client",
"engines": {
Expand Down

0 comments on commit 2740be9

Please sign in to comment.