From f7ba3dfb59c81b9516cc03eff8b150aea9c3dd01 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Wed, 26 Apr 2017 12:59:32 +0200 Subject: [PATCH] ci: correct make target Signed-off-by: Tomas Tomecek --- hack/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/ci.sh b/hack/ci.sh index 5d62c43..ac6c879 100755 --- a/hack/ci.sh +++ b/hack/ci.sh @@ -3,7 +3,7 @@ if [ "${TRAVIS_EVENT_TYPE}" = "cron" -a "${TARGET}" = "x86_64-unknown-linux-gnu" ] ; then - make build-unstable-container && make test + make unstable-environment && make test else cargo test --verbose fi