Skip to content

Commit 2b9e90f

Browse files
committedDec 9, 2020
Fix badges
1 parent c4b1457 commit 2b9e90f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Shifty - A simple, fast, Promise-based tweening engine in JavaScript
22

3-
- `master`: [![Build Status](https://travis-ci.com/jeremyckahn/shifty.svg?branch=master)](https://travis-ci.com/jeremyckahn/shifty)
4-
- `develop`: [![Build Status](https://travis-ci.com/jeremyckahn/shifty.svg?branch=develop)](https://travis-ci.com/jeremyckahn/shifty)
3+
- `master`: [![CI](https://github.com/jeremyckahn/shifty/workflows/CI/badge.svg?branch=master)](https://github.com/jeremyckahn/shifty/actions?query=workflow%3ACI+branch%3Amaster)
4+
- `develop`: [![CI](https://github.com/jeremyckahn/shifty/workflows/CI/badge.svg?branch=develop)](https://github.com/jeremyckahn/shifty/actions?query=workflow%3ACI+branch%3Adevelop)
55

66
Shifty is a tweening engine for JavaScript. It is a lightweight library meant
77
to be encapsulated by higher level tools. At its core, Shifty provides:

0 commit comments

Comments
 (0)
Please sign in to comment.