Skip to content

Commit

Permalink
docs: replace travis badge with Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
citizensas committed Jun 16, 2021
1 parent d1b8069 commit 1f4e904
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# workfront-api

[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![Apache v2 License][license-image]][license-url] [![Build Status][travis-image]][travis-url] [![Coverage][codecov-image]][codecov-url] [![Code Climate][code-climate-image]][code-climate-url]
[![NPM downloads][npm-downloads-image]][npm-url]
[![Apache v2 License][license-image]][license-url]
![workflow](https://github.com/workfront/workfront-api/actions/workflows/main.yml/badge.svg)
[![Coverage][codecov-image]][codecov-url]
[![Code Climate][code-climate-image]][code-climate-url]
[![Build Status][saucelabs-badge]][saucelabs-url]

[![Build Status][saucelabs-matrix]][saucelabs-url]
Expand All @@ -22,7 +26,7 @@ const Workfront = require('workfront-api')
/**
* The console.log statement below will output the following:
* {
* NodeApi: [Function: Api],
* Api: [Function: Api],
* ResponseHandler: { success: [Function: success], failure: [Function: failure] }
* }
*/
Expand Down

0 comments on commit 1f4e904

Please sign in to comment.