Skip to content

Commit

Permalink
welcome: GitHub Actions and goodbye TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeHosonuma committed Feb 26, 2020
1 parent bcb63e1 commit e5e1541
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test

on:
push:
branches:
- master
pull_request:

jobs:
unit-test:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2

- name: Run Unit Test
run: make test
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

0 comments on commit e5e1541

Please sign in to comment.