Skip to content

Commit

Permalink
Remove Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Sep 26, 2021
1 parent db2a777 commit 2cc2737
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 80 deletions.
71 changes: 0 additions & 71 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
src="https://img.shields.io/npm/v/type-detect.svg?style=flat-square"
/>
</a>
<a href="https://travis-ci.org/chaijs/type-detect">
<a href="https://github.com/chaijs/type-detect">
<img
alt="build:?"
src="https://img.shields.io/travis/chaijs/type-detect/master.svg?style=flat-square"
src="https://github.com/chaijs/type-detect/workflows/Build/badge.svg"
/>
</a>
<a href="https://coveralls.io/r/chaijs/type-detect">
Expand Down
8 changes: 1 addition & 7 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (process.env.SAUCE_USERNAME) {
startConnect = true;
} else if (process.env.APPVEYOR) {
browsers = [ 'Firefox', 'ChromeHeadless', 'IE' ];
} else if (process.env.TRAVIS) {
} else if (process.env.CI) {
browsers = [ 'FirefoxHeadless', 'ChromeHeadlessNoSandbox' ];
} else if (!process.env.KARMA_MANUAL) {
browsers = [];
Expand All @@ -28,12 +28,6 @@ if (process.env.APPVEYOR) {
branch = process.env.APPVEYOR_REPO_BRANCH;
build = `appveyor@${ process.env.APPVEYOR_JOB_NUMBER }`;
job = process.env.APPVEYOR_JOB_NUMBER;
} else if (process.env.TRAVIS) {
branch = process.env.TRAVIS_BRANCH;
build = `travis@${ process.env.TRAVIS_JOB_NUMBER }`;
job = process.env.TRAVIS_JOB_NUMBER;
// Travis has its own saucelabs connect process, so ensure karma won't run it
startConnect = false;
}
/* eslint-enable */

Expand Down

0 comments on commit 2cc2737

Please sign in to comment.