travis: run build tests for "functional"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-04-12 15:56:30 -07:00
parent 2cabb82375
commit 07a34aa76b

View File

@ -57,7 +57,7 @@ script:
linux-amd64-functional)
docker run --rm \
--volume=`pwd`:/go/src/github.com/coreos/etcd gcr.io/etcd-development/etcd-test:go${TRAVIS_GO_VERSION} \
/bin/bash -c "./build && GOARCH=amd64 PASSES='functional' ./test"
/bin/bash -c "./build && GOARCH=amd64 PASSES='build functional' ./test"
;;
linux-386-build)
docker run --rm \