JamieMagee/hashflags-node

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
cache:
  yarn: true
notifications:
  email: false
node_js:
  - '10'
  - '8'
  - '6'
install:
  - yarn --ignore-engines
script:
  - yarn commitlint-travis
  - yarn coverage
after_script:
  - 'cat coverage/lcov.info | ./node_modules/.bin/coveralls'
after_success:
  - yarn travis-deploy-once "yarn semantic-release"
branches:
  except:
    - /^v\d+\.\d+\.\d+$/