blob: adf859afa6653df959807f44aba04aed19ea32b0 [file] [log] [blame]
#!/bin/bash
set -e
# Build script for Travis-CI.
SCRIPTDIR=$(cd $(dirname "$0") && pwd)
ROOTDIR="$SCRIPTDIR/../.."
HOMEDIR="$SCRIPTDIR/../../../"
# OpenWhisk stuff
cd $HOMEDIR
git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
cd openwhisk
./tools/travis/setup.sh