From b39506329fbb46c5da343f20a5de7e328729da8f Mon Sep 17 00:00:00 2001 From: Tharre Date: Tue, 20 Dec 2016 13:18:59 +0100 Subject: Replace the build.sh script with bootstrap.sh --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d4bf599..914da73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,6 @@ language: c compiler: - gcc - clang -script: ./autogen.sh && ./configure && ./build.sh && redo tests/all +script: + - export PATH="$(pwd)/out:$PATH" + - ./autogen.sh && ./configure && ./bootstrap.sh && redo tests/all -- cgit v1.2.3-70-g09d2