Skip to content

Commit

Permalink
switch CI from travis to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilary Holz committed Mar 31, 2020
1 parent fe3b2c8 commit 73f7c94
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
go-pipeline:
name: test
runs-on: ubuntu-latest

steps:
- name: checkout
uses: actions/checkout@v2

- name: go1.11 test
uses: shoukoo/golang-pipeline/go1.11/test@master

- name: go1.12 test
uses: shoukoo/golang-pipeline/go1.12/test@master

- name: go1.13 test
uses: shoukoo/golang-pipeline/go1.13/test@master
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

0 comments on commit 73f7c94

Please sign in to comment.