Skip to content

Commit 7b1d442

Browse files
Set up bors-ng
1 parent f8fc68d commit 7b1d442

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
sudo: false
22
language: generic
33

4-
#TODO: this is here basically because of a hack. Github assumes that, if the commits fast-forward okay, they must be okay, but that can obviously go wrong if there have been changes to master and the commits have not been rebased on top of HEAD. It'd be lovely to have a cast-iron pre-commit check; maybe bors-ng? Doesn't solve the problem of the big, green, do-the-wrong-thing attractive nuisance button.
4+
#Configured for bors-ng
55
branches:
66
only:
7+
- staging
8+
- trying
9+
#Needs to be included for PRs to be built.
710
- master
811

912
#TODO: hlint, cabal check, building a sdist then testing the sdist, checking the sdist isn't missing files, packunused, maybe packdeps?

bors.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
status = [
2+
"continuous-integration/travis-ci/pr",
3+
]

0 commit comments

Comments
 (0)