File tree Expand file tree Collapse file tree 3 files changed +1
-42
lines changed Expand file tree Collapse file tree 3 files changed +1
-42
lines changed Original file line number Diff line number Diff line change 1
1
name : run-tests
2
2
on :
3
- # test cron by running it once a day at 01:00
4
- schedule :
5
- - cron : ' 0 1 * * *'
6
3
push :
7
4
branches :
8
5
- master
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ would stick to the following development workflow:
39
39
The pull request message should explain the changes and reference the * issue* addressed by your code.
40
40
Your pull request will be reviewed by one of our team members.
41
41
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.
43
43
44
44
45
45
Google Summer of Code contributors
You can’t perform that action at this time.
0 commit comments