springboot-angular-app-demo/src/main/ng-app/node/node_modules/npm/.travis.yml

23 lines
322 B
YAML

# need to declare the language as well as the matrix below
language: node_js
os:
- windows
node_js:
- 12
- 10
- 8
- 6
env: "DEPLOY_VERSION=testing"
notifications:
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
install:
- "node . install"
script:
- "node . run tap -- \"test/tap/*.js\" -t600 -Rclassic -c"