aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2016-12-20 13:18:59 +0100
committerTharre <tharre3@gmail.com>2016-12-20 13:18:59 +0100
commitb39506329fbb46c5da343f20a5de7e328729da8f (patch)
treede3ae522da1f7ea8b18c49a9315dd4b3c430369c /.travis.yml
parent7bbab7ea616864fdcfe19100e1c9a31981d34650 (diff)
downloadredo-b39506329fbb46c5da343f20a5de7e328729da8f.tar.gz
redo-b39506329fbb46c5da343f20a5de7e328729da8f.tar.xz
redo-b39506329fbb46c5da343f20a5de7e328729da8f.zip
Replace the build.sh script with bootstrap.sh
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
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