File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
1
# eslint-import-resolver-ts
2
2
3
3
[ ![ 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 )
5
4
[ ![ 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 )
6
5
[ ![ npm] ( https://img.shields.io/npm/v/eslint-import-resolver-ts.svg )] ( https://www.npmjs.com/package/eslint-import-resolver-ts )
7
6
[ ![ GitHub Release] ( https://img.shields.io/github/release/rx-ts/eslint-import-resolver-ts )] ( https://github.com/rx-ts/eslint-import-resolver-ts/releases )
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- set -e
4
-
5
- GH_BRANCH=${GH_BRANCH:- $TRAVIS_BRANCH }
6
- GH_REPO=${GH_REPO:- $TRAVIS_REPO_SLUG }
7
-
8
3
git remote set-url origin " https://user:$GH_TOKEN @github.com/$GH_REPO .git"
9
4
npm set //registry.npmjs.org/:_authToken " $NPM_TOKEN "
10
5
You can’t perform that action at this time.
0 commit comments