Add travis-ci integration
This commit is contained in:
@@ -5,6 +5,11 @@ set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
if env | grep -q '^TRAVIS=true$'; then
|
||||
echo "Travis gives wonky results here, skipping test!"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||
|
||||
RUBY=`which ruby`
|
||||
|
||||
Reference in New Issue
Block a user