jaydebeapi/ci/before_install.sh

5 lines
96 B
Bash
Executable File

#!/bin/sh
set -e
[ -n "$JYTHON" ] && "${TRAVIS_BUILD_DIR}/ci/before_install_jython.sh" || true