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
