Skip to content

Commit

Permalink
chore: setup travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lekterable committed Apr 25, 2020
1 parent 8990fd6 commit c3561dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js: 13
cache:
directories: node_modules
script: npm run test:coverage
after_success: bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

## Misc

- add main modules tests [8990fd64](https://github.com/lekterable/perfekt/commit/8990fd64de5ababc39eba8e8c9b2d7b2509216ef)
- include commit links in the changelog [8f622021](https://github.com/lekterable/perfekt/commit/8f622021665bc6076d00fde6527800980eba836a)

# 1.0.0
Expand Down

0 comments on commit c3561dc

Please sign in to comment.