Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #77 from Nike-Inc/feat/try-github-actions
Browse files Browse the repository at this point in the history
* Migrate off of Travis-CI.org and onto Github Actions
  • Loading branch information
tunderwood authored Nov 11, 2020
2 parents 28e6bf4 + c341af7 commit bbd95e6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build
on: [push]
jobs:
build-referee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: sudo apt-get -qq update
- run: sudo apt-get install -y oathtool
- run: yarn prepare-artifacts
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<img width="500" alt="Referee Logo" src="/docs/assets/dark-on-light-horizontal-lockup.png">

<img src="https://github.com/Nike-Inc/referee/workflows/Build/badge.svg?branch=master">

Referee is a user interface for using Spinnaker's Kayenta, a platform for Automated Canary Analysis (ACA), as a standalone service.

Referee is very much inspired by the Spinnakers official UI (Deck).
Expand Down

0 comments on commit bbd95e6

Please sign in to comment.