Syntax fix

This commit is contained in:
Nikolay Yakimov 2016-08-04 06:48:10 +03:00
parent e82c1be1cb
commit d57cd06de8
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ install:
script:
- cabal check
- |
case "$TRAVIS_BRANCH" of
case "$TRAVIS_BRANCH" in
"release"*)
touch ChangeLog
sdistdir="$TRAVIS_BUILD_DIR/../sdist-test"