Skip to content

Commit

Permalink
gitlab-ci.yml: add stable branch to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Feb 18, 2018
1 parent 99c12ef commit abbbd0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ build:
stage: build
only:
- master
- stable
script:
- export PATH=$HOME/.local/bin:$PATH
- (cd etc/scripts && stack --install-ghc install --pedantic)
Expand Down

0 comments on commit abbbd0b

Please sign in to comment.