Skip to content

Commit

Permalink
Merge pull request #6 from j23414/master
Browse files Browse the repository at this point in the history
Migrate CI to GitHub Actions
  • Loading branch information
j23414 committed Apr 4, 2022
2 parents 04f2330 + 4e364b4 commit 50eeca5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: CI

on:
- push
- pull_request

jobs:
ci:
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@master
17 changes: 0 additions & 17 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 @@
# nextstrain.org/mumps

[![Build Status](https://github.com/nextstrain/mumps/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/nextstrain/mumps/actions/workflows/ci.yaml)

This is the [Nextstrain](https://nextstrain.org) build for mumps virus, visible at
[nextstrain.org/mumps](https://nextstrain.org/mumps).

Expand Down

0 comments on commit 50eeca5

Please sign in to comment.