eva-sdk-js
Version:
The JavaScript based SDK for the EVA platform
17 lines (16 loc) • 315 B
YAML
language: node_js
branches:
only:
- master
notifications:
email: false
node_js:
- '8'
before_script:
- npm install -g gulp
script:
- gulp build
after_success:
# Uncomment when building for multiple node versions
# - npm run travis-deploy-once "npm run semantic-release"
- npm run semantic-release