ManuUseGitHub/modulopt

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
env:
  global:
    - CC_TEST_REPORTER_ID=dd15bcc5e6fd5a11ae232d5f4b3880d1e37681752ef8efa30fa9f0553b20d384

language: node_js
node_js:
  - "lts/*"

dist: trusty

addons:
  chrome: stable
before_script:
  - yarn global add nyc
  - 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
scripts:
  - npm run testCov

after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

notifications:
  email: false