mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-25 08:19:14 +03:00
travis-CI: fix mis-added case for relational-query-0.9.x.
(grafted from fc91159db3562510aee32cc677004f63ffe661f5)
This commit is contained in:
parent
7431f79936
commit
56c15e0c94
@ -44,16 +44,16 @@ EOF
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
xrelational-query-0.9.x|xlts-9.*)
|
||||
xlts-9.*)
|
||||
case x"$TRAVIS_BRANCH" in
|
||||
xlts-9)
|
||||
xrelational-query-0.9.x|xlts-9)
|
||||
cat <<EOF
|
||||
STACK_RESOLVER is LTS-9 and TRAVIS_BRANCH is LTS-9 or relational-query-0.9.x.
|
||||
EOF
|
||||
;;
|
||||
*)
|
||||
cat <<EOF
|
||||
Skipping. STACK_RESOLVER is LTS-9 and TRAVIS_BRANCH is NOT LTS-9.
|
||||
Skipping. STACK_RESOLVER is LTS-9 and TRAVIS_BRANCH is NOT LTS-9 or NOT relational-query-0.9.x.
|
||||
EOF
|
||||
set -x
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user