mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
travis: run build tests for "functional"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
2cabb82375
commit
07a34aa76b
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user