Skip to content

Commit

Permalink
chore(build): remove TravisCI references (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed Aug 18, 2020
1 parent 02e6f90 commit f959baa
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 32 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spinnaker Canary UI

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

## PR Process

Expand Down
2 changes: 1 addition & 1 deletion build_scripts/assert_package_bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ $GITHUB_EVENT_NAME == "pull_request" && ( $GITHUB_BASE_REF != "master" ||
fi

cd "$(dirname "$0")" || exit 1;
if [[ -n $TRAVIS || -n $GITHUB_ACTIONS ]] ; then
if [[ -n $GITHUB_ACTIONS ]] ; then
echo "git fetch -q..."
git fetch -q
CI_TARGET_BRANCH=origin/master # dirname should maybe work in both cases?
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = function (config) {
// web server port
port: 8081,

browsers: [process.env.TRAVIS || process.env.GITHUB_ACTIONS ? 'ChromeCI' : 'Chrome'],
browsers: [process.env.GITHUB_ACTIONS ? 'ChromeCI' : 'Chrome'],

colors: true,

Expand Down
9 changes: 0 additions & 9 deletions travis/buildViaTravis.sh

This file was deleted.

20 changes: 0 additions & 20 deletions travis/installViaTravis.sh

This file was deleted.

0 comments on commit f959baa

Please sign in to comment.