mirror of
https://github.com/github/semantic.git
synced 2024-11-27 12:57:49 +03:00
Only build PR branches once in Travis
We didn't have a branch exclusion filter in place, so Travis has been building each PR twice.
This commit is contained in:
parent
122a90a14a
commit
d2d62a457a
@ -36,3 +36,9 @@ script:
|
||||
- cabal new-build -j semantic-core semantic:exe:semantic
|
||||
- cabal new-test semantic:test semantic-core:spec
|
||||
- cabal new-run semantic:parse-examples
|
||||
|
||||
# Any branch linked with a pull request will be built, as well as the non-PR
|
||||
# branches listed below:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user