Skip to content

Commit 9622447

Browse files
committed
Remove build status indicator now that the project is integrated with GitHub's actions
1 parent 3ab51d9 commit 9622447

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ babel-plugin-transform-async-to-promises
33

44
Babel plugin to transform `async` functions containing `await` expressions to the equivalent chain of `Promise` calls with use of minimal helper functions.
55

6-
[![Build Status](https://travis-ci.org/rpetrich/babel-plugin-transform-async-to-promises.svg?branch=master)](https://travis-ci.org/rpetrich/babel-plugin-transform-async-to-promises)
7-
86
### Input:
97

108
```javascript

0 commit comments

Comments
 (0)