license-compatibility-checker
Version:
Check npm dependencies' package.json for license compatibility (aka compliance check) with the current project based on spdx notation and naming conventions.
40 lines (31 loc) • 497 B
YAML
language: node_js
sudo: false
branches:
only:
- master
- /^greenkeeper-.*$/
node_js:
- '8'
- '9'
- '10'
- '11'
- '12'
- node
os:
- windows
- linux
- osx
matrix:
allow_failures:
- os: windows
env:
- NODE_ENV=testing
cache:
directories:
- $HOME/.npm
- ~/.npm
- ~/.yarn-cache
- travis_phantomjs
- node_modules
script: npm test
script: npm install -global && cd test && npm install && lcc