Skip to content

Commit 4f42ece

Browse files
committed
chore: remove travis related content
1 parent f20d56c commit 4f42ece

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# eslint-import-resolver-ts
22

33
[![GitHub Actions](https://github.com/rx-ts/eslint-import-resolver-ts/workflows/Node%20CI/badge.svg)](https://github.com/rx-ts/eslint-import-resolver-ts/actions)
4-
[![Travis](https://img.shields.io/travis/com/rx-ts/eslint-import-resolver-ts.svg)](https://travis-ci.com/rx-ts/eslint-import-resolver-ts)
54
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Frx-ts%2Feslint-import-resolver-ts%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
65
[![npm](https://img.shields.io/npm/v/eslint-import-resolver-ts.svg)](https://www.npmjs.com/package/eslint-import-resolver-ts)
76
[![GitHub Release](https://img.shields.io/github/release/rx-ts/eslint-import-resolver-ts)](https://github.com/rx-ts/eslint-import-resolver-ts/releases)

deploy.sh

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/bin/sh
22

3-
set -e
4-
5-
GH_BRANCH=${GH_BRANCH:-$TRAVIS_BRANCH}
6-
GH_REPO=${GH_REPO:-$TRAVIS_REPO_SLUG}
7-
83
git remote set-url origin "https://user:$GH_TOKEN@github.com/$GH_REPO.git"
94
npm set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
105

0 commit comments

Comments
 (0)