Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
419d9dce
Commit
419d9dce
authored
Sep 20, 2016
by
Oleg Grenrus
Browse files
Whitelist branches for travis to build
parent
7b67f37b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
419d9dce
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment