Skip to content

Commit 5a08377

Browse files
authored
Merge pull request #60 from kh31d4r/master
Finish migration to github actions
2 parents 42335f5 + d750592 commit 5a08377

File tree

3 files changed

+2
-78
lines changed

3 files changed

+2
-78
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Continuous integration
33
on:
44
# Trigger the workflow on push or pull request,
55
push:
6+
pull_request:
67
# Trigger the workflow via a manual run
78
workflow_dispatch:
89

.travis.yml

-77
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Marvin, an IRC bot
22
==================
33

44
[![Join the chat at https://gitter.im/mosbth/irc2phpbb](https://badges.gitter.im/mosbth/irc2phpbb.svg)](https://gitter.im/mosbth/irc2phpbb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5-
[![Build Status](https://travis-ci.org/mosbth/irc2phpbb.svg?branch=master)](https://travis-ci.org/mosbth/irc2phpbb)
5+
[![Build Status](https://github.com/mosbth/irc2phpbb/actions/workflows/main.yml/badge.svg)](https://github.com/mosbth/irc2phpbb/actions)
66

77
Get a quick start by checking out the main script `main.py` and read on how to contribute.
88

0 commit comments

Comments
 (0)