Skip to content

Commit

Permalink
migrate off travis to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-Johnson committed Feb 3, 2021
1 parent 205c3f1 commit ff0a060
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: paasta-tools-go-ci
on: [push, release]
jobs:
tox:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.15.7'
- run: make all
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

0 comments on commit ff0a060

Please sign in to comment.