Indent fix
This commit is contained in:
parent
e1685a0c73
commit
e82c1be1cb
20
.travis.yml
20
.travis.yml
@ -43,16 +43,16 @@ install:
|
|||||||
script:
|
script:
|
||||||
- cabal check
|
- cabal check
|
||||||
- |
|
- |
|
||||||
case "$TRAVIS_BRANCH" of
|
case "$TRAVIS_BRANCH" of
|
||||||
"release"*)
|
"release"*)
|
||||||
touch ChangeLog
|
touch ChangeLog
|
||||||
sdistdir="$TRAVIS_BUILD_DIR/../sdist-test"
|
sdistdir="$TRAVIS_BUILD_DIR/../sdist-test"
|
||||||
mkdir -p "$sdistdir"
|
mkdir -p "$sdistdir"
|
||||||
tar zvxf $(stack sdist 2>&1 | tail -n1 | sed 's/.* //') --strip-components=1 -C "$sdistdir"
|
tar zvxf $(stack sdist 2>&1 | tail -n1 | sed 's/.* //') --strip-components=1 -C "$sdistdir"
|
||||||
cp "ghc-$GHCVER.yaml" stack.yaml "$sdistdir"
|
cp "ghc-$GHCVER.yaml" stack.yaml "$sdistdir"
|
||||||
cd "$sdistdir"
|
cd "$sdistdir"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
- stack --no-terminal build --test --no-run-tests
|
- stack --no-terminal build --test --no-run-tests
|
||||||
- stack --no-terminal test ghc-mod:spec
|
- stack --no-terminal test ghc-mod:spec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user