Skip to content

Commit b4c5165

Browse files
committed
Remove travis integration
1 parent 416643f commit b4c5165

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node.js CI
1+
name: build
22

33
on: [push]
44

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node.js Package
1+
name: publish
22

33
on:
44
release:

.travis.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# typedoc-plugin-typescript-declaration
22

3-
[![Build Status](https://travis-ci.org/socsieng/typedoc-plugin-typescript-declaration.svg?branch=master)](https://travis-ci.org/socsieng/typedoc-plugin-typescript-declaration)
3+
[![Build Status](https://github.com/socsieng/typedoc-plugin-typescript-declaration/workflows/build/badge.svg)](https://github.com/socsieng/typedoc-plugin-typescript-declaration/actions?query=workflow%3A%22build%22)
44
[![NPM Version](https://badge.fury.io/js/typedoc-plugin-typescript-declaration.svg)](https://badge.fury.io/js/typedoc-plugin-typescript-declaration)
55

66
This is a Typedoc plugin that renders a TypeScript declaration file.

0 commit comments

Comments
 (0)