Skip to content

Commit f959baa

Browse files
chore(build): remove TravisCI references (#534)
1 parent 02e6f90 commit f959baa

File tree

5 files changed

+3
-32
lines changed

5 files changed

+3
-32
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Spinnaker Canary UI
22

3-
[![Build Status](https://travis-ci.org/spinnaker/deck-kayenta.png?branch=master)](https://travis-ci.org/spinnaker/deck-kayenta)
3+
![Branch Build](https://github.com/spinnaker/deck-kayenta/workflows/Branch%20Build/badge.svg)
44

55
## PR Process
66

Diff for: build_scripts/assert_package_bump.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ $GITHUB_EVENT_NAME == "pull_request" && ( $GITHUB_BASE_REF != "master" ||
1010
fi
1111

1212
cd "$(dirname "$0")" || exit 1;
13-
if [[ -n $TRAVIS || -n $GITHUB_ACTIONS ]] ; then
13+
if [[ -n $GITHUB_ACTIONS ]] ; then
1414
echo "git fetch -q..."
1515
git fetch -q
1616
CI_TARGET_BRANCH=origin/master # dirname should maybe work in both cases?

Diff for: karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = function (config) {
4747
// web server port
4848
port: 8081,
4949

50-
browsers: [process.env.TRAVIS || process.env.GITHUB_ACTIONS ? 'ChromeCI' : 'Chrome'],
50+
browsers: [process.env.GITHUB_ACTIONS ? 'ChromeCI' : 'Chrome'],
5151

5252
colors: true,
5353

Diff for: travis/buildViaTravis.sh

-9
This file was deleted.

Diff for: travis/installViaTravis.sh

-20
This file was deleted.

0 commit comments

Comments
 (0)