.travis.yml
language: node_jscache: yarn: true directories: - node_modulesnode_js:- "6"- "8"- "9"notifications: email: falsebefore_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-buildscript:- yarn testafter_script:- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULTafter_success:- yarn build- yarn semantic-releasebranches: only: - master - "/^greenkeeper/.*$/"env: global: - CC_TEST_REPORTER_ID=c01878fa6532b768a61afda01388bbfee977bbbbf74102e7f0cfbb71ab76a692