Skip to content

Instantly share code, notes, and snippets.

@stared
Last active February 26, 2020 21:19
Show Gist options
  • Select an option

  • Save stared/2b62f01c247fe816b3792c21e9791fb4 to your computer and use it in GitHub Desktop.

Select an option

Save stared/2b62f01c247fe816b3792c21e9791fb4 to your computer and use it in GitHub Desktop.

Revisions

  1. stared revised this gist Feb 26, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .travis.yml
    Original file line number Diff line number Diff line change
    @@ -12,4 +12,4 @@ script:
    - yarn build-docs

    after_success:
    - codecov
    - codecov
  2. stared created this gist Feb 26, 2020.
    15 changes: 15 additions & 0 deletions .travis.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    language: node_js
    node_js: node

    before_script:
    - npm install -g typescript
    - npm install codecov -g

    script:
    - yarn lint
    - yarn build
    - yarn test
    - yarn build-docs

    after_success:
    - codecov