Skip to content

Commit

Permalink
Merge pull request #14 from Jimdo/CRE-1204_travisci-to-gha
Browse files Browse the repository at this point in the history
CRE-1204: migrate TravisCI to GitHub Actions
  • Loading branch information
MorrisJobke authored Mar 9, 2022
2 parents d0c8dfb + bc1fb06 commit ca062d6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

on: pull_request

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Test the application
run: make test

- name: Build the application
run: make build
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

0 comments on commit ca062d6

Please sign in to comment.