Skip to content

Commit 48e6bfc

Browse files
authored
Fix badge URL in Readme (#515)
Replace Travis to GitHub Actions badge which shows actual master pipeline status. Relates-To: TECHDOCS-2921 Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
1 parent 9ffcf8f commit 48e6bfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ To learn how to install and use the Data SDK, see the <a href="https://github.co
1010

1111
### Build and test
1212

13-
| Master | Node version | Status |
14-
| :-------------------------- | :----------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
15-
| Build/Test/Bundling/Typedoc | Node 16.13.2 (LTS) | <a href="https://app.travis-ci.com/heremaps/here-data-sdk-typescript" target="_blank"><img src="https://app.travis-ci.com/heremaps/here-data-sdk-typescript.svg?branch=master" alt="Build Status"></a> |
13+
| Master | Node version | Status |
14+
| :-------------------------- | :----------------- |:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
15+
| Build/Test/Bundling/Typedoc | Node 16.13.2 (LTS) | <a href="https://github.com/heremaps/here-data-sdk-typescript/actions/workflows/ci.yml" target="_blank"><img src="https://github.com/heremaps/here-data-sdk-typescript/actions/workflows/ci.yml/badge.svg" alt="Build Status"></a> |
1616

1717
### Test coverage
1818

0 commit comments

Comments
 (0)