Skip to content

Commit 406588e

Browse files
authored
Merge pull request #413 from mpsonntag/deTravis
[CI] Thank you and goodbye travis
2 parents 3ae6802 + d83a2ad commit 406588e

File tree

3 files changed

+1
-42
lines changed

3 files changed

+1
-42
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: run-tests
22
on:
3-
# test cron by running it once a day at 01:00
4-
schedule:
5-
- cron: '0 1 * * *'
63
push:
74
branches:
85
- master

.travis.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ would stick to the following development workflow:
3939
The pull request message should explain the changes and reference the *issue* addressed by your code.
4040
Your pull request will be reviewed by one of our team members.
4141
Pull requests should never be merged by the author of the contribution, but by another team member.
42-
Merge conflicts or errors reported by travis should be resolved by the original author before the request is merged.
42+
Merge conflicts or errors reported by continous integration tools should be resolved by the original author before the request is merged.
4343

4444

4545
Google Summer of Code contributors

0 commit comments

Comments
 (0)