1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 03:09:48 +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:
Douglas Creager 2019-06-05 08:34:33 -04:00
parent 122a90a14a
commit d2d62a457a

View File

@ -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