Skip to content

Commit

Permalink
Travis integration (#1)
Browse files Browse the repository at this point in the history
* Use native npx

* Change last node version, add bages to readme
  • Loading branch information
samizdam authored Apr 19, 2020
1 parent d8a713b commit 34c135e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ node_js:
- "10"
- "12"
- "13"
- "14"

before_script:
- "make build"
- "npx tsc"

script:
- "make test"
- "npx jest"

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Clear Core

Core interfaces and classes for html applications.
[![Build Status](https://travis-ci.org/FreeElephants/clean-core.svg?branch=master)](https://travis-ci.org/FreeElephants/clean-core)


[![codecov](https://codecov.io/gh/FreeElephants/clean-core/branch/master/graph/badge.svg)](https://codecov.io/gh/FreeElephants/clean-core)


Core interfaces and classes for html applications.

0 comments on commit 34c135e

Please sign in to comment.