Skip to content

Commit

Permalink
update badge and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetha-manvinkurke committed Jan 28, 2022
1 parent a2da0d4 commit d2e7e83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 37 deletions.
34 changes: 0 additions & 34 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/contact-importer/README.md
@@ -1,4 +1,4 @@
[![BuildStatus](https://travis-ci.com/sendgrid/sendgrid-nodejs.svg?branch=main)](https://travis-ci.com/sendgrid/sendgrid-nodejs)
[![Test and Deploy](https://github.com/sendgrid/sendgrid-nodejs/actions/workflows/test-and-deploy.yml/badge.svg)](https://github.com/sendgrid/sendgrid-nodejs/actions/workflows/test-and-deploy.yml)
[![npm version](https://badge.fury.io/js/%40sendgrid%2Fclient.svg)](https://www.npmjs.com/org/sendgrid)
[![Email Notifications Badge](https://dx.sendgrid.com/badge/nodejs)](https://dx.sendgrid.com/newsletter/nodejs)

Expand Down
4 changes: 2 additions & 2 deletions test/files.spec.js
Expand Up @@ -20,8 +20,8 @@ describe('sendgrid-nodejs repo', function() {
assert(fileExists('.gitignore'));
});

it('should have ./.travis.yml file', function() {
assert(fileExists('.travis.yml'));
it('should have ./.github/workflows/test-and-deploy file', function() {
assert(fileExists('.github/workflows/test-and-deploy.yml'));
});

it('should have ./.codeclimate.yml file', function() {
Expand Down

0 comments on commit d2e7e83

Please sign in to comment.