From 9c7ada641fe719e414cd0732a7bbfacdd8120174 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 12 Mar 2018 08:19:57 +0100 Subject: Add a travis-ci config file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also fixes a typo in build.sh. Change-Id: Id9ac580d3b6268dd8e2326cecef57db213ef1a11 Signed-off-by: Cédric Ollivier --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index b78f1086..c699b1eb 100644 --- a/build.sh +++ b/build.sh @@ -9,7 +9,7 @@ set -xe repo=${REPO:-opnfv} tag=${BRANCH:-latest} -arch=${arch_tag-"\ +arch=${arch-"\ amd64 \ arm64"} image="xtesting" -- cgit 1.2.3-korg