Skip to content
Snippets Groups Projects
Commit 419d9dce authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Whitelist branches for travis to build

parent 7b67f37b
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,16 @@ language: c
sudo: false
# Remember to add release branches
# we whitelist branches, as we don't really need to build dev-branches.
branches:
only:
- master
- "1.24"
- "1.22"
- "1.20"
- "1.18"
# The following enables several GHC versions to be tested; often it's enough to
# test only against the last release in a major GHC version. Feel free to omit
# lines listings versions you don't need/want testing for.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment