diff --git a/.travis.yml b/.travis.yml index 04525cc..b0d5c7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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) diff --git a/README.md b/README.md index 1e962aa..07e6d96 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Clear Core -Core interfaces and classes for html applications. \ No newline at end of file +[![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.