Indent fix

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

View File

@ -43,16 +43,16 @@ install:
script:
- cabal check
- |
case "$TRAVIS_BRANCH" of
"release"*)
touch ChangeLog
sdistdir="$TRAVIS_BUILD_DIR/../sdist-test"
mkdir -p "$sdistdir"
tar zvxf $(stack sdist 2>&1 | tail -n1 | sed 's/.* //') --strip-components=1 -C "$sdistdir"
cp "ghc-$GHCVER.yaml" stack.yaml "$sdistdir"
cd "$sdistdir"
;;
esac
case "$TRAVIS_BRANCH" of
"release"*)
touch ChangeLog
sdistdir="$TRAVIS_BUILD_DIR/../sdist-test"
mkdir -p "$sdistdir"
tar zvxf $(stack sdist 2>&1 | tail -n1 | sed 's/.* //') --strip-components=1 -C "$sdistdir"
cp "ghc-$GHCVER.yaml" stack.yaml "$sdistdir"
cd "$sdistdir"
;;
esac
- stack --no-terminal build --test --no-run-tests
- stack --no-terminal test ghc-mod:spec