Skip to content

Commit 9cfe2f5

Browse files
authored
Remove Travis CI references from README (#8)
Travis CI was removed in favor of GitHub Actions in #2.
1 parent 961942a commit 9cfe2f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.com/internetarchive/iaux-your-webcomponent.svg?branch=master)](https://travis-ci.com/internetarchive/iaux-your-webcomponent) [![codecov](https://codecov.io/gh/internetarchive/iaux-your-webcomponent/branch/master/graph/badge.svg)](https://codecov.io/gh/internetarchive/iaux-your-webcomponent)
1+
![Build Status](https://github.com/internetarchive/iaux-typescript-wc-template/actions/workflows/ci.yml/badge.svg)
22

33
# Internet Archive Typescript WebComponent Template
44

@@ -15,7 +15,6 @@ This is a base template for creating Typescript WebComponents. It is based off o
1515
3. `README.md` (this file). Update the readme in general, but also the badge URLs
1616
4. `package.json` Update the name and description
1717
5. Rename the `your-webcomponent.ts` and its associated `.test` file
18-
6. Update `.travis.yml` with the proper secure key. See the [Travis docs](https://blog.travis-ci.com/2014-03-13-slack-notifications/) for more information.
1918

2019
## Local Demo with `web-dev-server`
2120
```bash

0 commit comments

Comments
 (0)