gramps-graphql/gramps-errors

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
cache:
yarn: true
directories:
- node_modules
node_js:
- "6"
- "8"
- "9"
notifications:
email: false
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- yarn test
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
after_success:
- yarn build
- yarn semantic-release
branches:
only:
- master
- "/^greenkeeper/.*$/"
env:
global:
- CC_TEST_REPORTER_ID=c01878fa6532b768a61afda01388bbfee977bbbbf74102e7f0cfbb71ab76a692