UNPKG

dependency-cruiser

Version:

Validate and visualize javascript dependencies. With your rules. ES6, CommonJS, AMD

46 lines (42 loc) 625 B
test_async_node_latest: image: node:latest cache: paths: - node_modules/ script: - npm install - npm run lint - npm run nsp - npm run cover except: - tags test_async_node_6: image: node:6 cache: paths: - node_modules/ script: - npm install - npm run lint - npm run nsp - npm run cover except: - tags test_async_node_4: image: node:4 cache: paths: - node_modules/ script: - npm install - npm run lint - npm run nsp - npm run cover except: - tags publish: image: node:latest script: - echo 'npm publish' only: - tags