jdalrymple/html-to-latex

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
version: ~> 1.0

language: node_js

node_js:
  - node

jobs:
  include:
    - stage: lint
      script: 
        - yarn lint

    - stage: build
      script:
      - yarn build

    - stage: test
      script:
        - yarn test && yarn codecov