travis-CI: fix mis-added case for relational-query-0.9.x.

(grafted from fc91159db3562510aee32cc677004f63ffe661f5)
This commit is contained in:
Kei Hibino 2018-04-28 16:30:10 +09:00
parent 7431f79936
commit 56c15e0c94

View File

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