UNPKG

actions-ai-app

Version:

A Node module to simplify the development of Actions on Google API.ai applications.

19 lines (18 loc) 348 B
language: node_js cache: directories: - node_modules notifications: email: false node_js: - '7' before_script: - npm prune script: - npm run test-with-coverage after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" after_success: - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/