diff --git a/VERSION b/VERSION index 66acda7a3..731c6c2cd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.10.4 +v1.10.5 diff --git a/tests/travis/ut_install.sh b/tests/travis/ut_install.sh index 7ee4248e9..296f03ebd 100644 --- a/tests/travis/ut_install.sh +++ b/tests/travis/ut_install.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -e +set -ex sudo apt-get update && sudo apt-get install -y libldap2-dev go get -d github.com/docker/distribution @@ -9,7 +9,6 @@ go get -d github.com/lib/pq go get golang.org/x/lint/golint go get github.com/GeertJohan/fgt go get github.com/dghubble/sling -go get github.com/stretchr/testify go get golang.org/x/tools/cmd/cover go get github.com/mattn/goveralls go get -u github.com/client9/misspell/cmd/misspell diff --git a/tests/travis/ut_run.sh b/tests/travis/ut_run.sh index 7607edaf1..90492d87f 100755 --- a/tests/travis/ut_run.sh +++ b/tests/travis/ut_run.sh @@ -1,7 +1,6 @@ #!/bin/bash -set -e - +set -ex export POSTGRESQL_HOST=$1 export REGISTRY_URL=$1:5000 export CHROME_BIN=chromium-browser