Use deployment primitives from travis

This commit is contained in:
Guilhem Lettron 2016-11-14 17:41:12 +01:00
parent 68bd24d065
commit 8e4c4f8407
7 changed files with 84 additions and 95 deletions

View file

@ -4,7 +4,7 @@ set -e
export SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export DEST=.
TESTFLAGS="${TESTFLAGS} -test.timeout=30m -check.v"
TESTFLAGS="${TESTFLAGS} -test.timeout=9m -check.v"
if [ -n "$VERBOSE" ]; then
TESTFLAGS="${TESTFLAGS} -v"