Skip to content

Commit

Permalink
Add licence check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jan 10, 2018
1 parent 8afcb16 commit c2c5e2a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Expand Up @@ -18,17 +18,20 @@ matrix:
sudo: false
node_js: "9"
- os: osx
osx_image: xcode8
osx_image: xcode8.3
node_js: "4"
- os: osx
osx_image: xcode8
osx_image: xcode8.3
node_js: "6"
- os: osx
osx_image: xcode8
osx_image: xcode8.3
node_js: "8"
- os: osx
osx_image: xcode8
osx_image: xcode8.3
node_js: "9"
before_script:
- npm install license-checker
- ./node_modules/.bin/license-checker --production --unknown --exclude=Apache-2.0,ISC,MIT | grep '^'
after_success:
- npm install coveralls
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit c2c5e2a

Please sign in to comment.