shrub/sh/ci-tests
2019-12-19 08:11:59 -08:00

19 lines
206 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
export STACK_YAML="`pwd`/pkg/hs/stack.yaml"
stack test king
if [ "$TRAVIS_PULL_REQUEST" = false ]
then
sh/test --arg debug false
else
sh/test --arg debug true
fi