and-end/obibok

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "node"

branches:
  only:
  - continuous-integration/travis-ci

before_install:
  - npm install -g lerna
  - npm run bootstrap

script:
  - npm run test
  - npm run lint
  - npm run format

after_script:
  - npm run test-publish-coverage
  - bash .travis/push.sh

after_success:
  - npm run semantic-release

deploy:
  skip_cleanup: true
  provider: firebase
  token:
    secure: $FIREBASE_TOKEN