urbit/sh/ci-tests

15 lines
144 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
if [ "$TRAVIS_PULL_REQUEST" = false ]
then
sh/test --arg debug false
else
sh/test --arg debug true
fi