summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-12-15 19:00:52 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-12-15 19:00:52 +1100
commit398b86566f825275eee16625d2692a0120739358 (patch)
treee5fd1a2451f21d7722045eb8fc82c5778441988c
parent281345fdc962398cfdb5a25f2794f0b1c1418728 (diff)
downloadffs-398b86566f825275eee16625d2692a0120739358.tar.gz
ffs-398b86566f825275eee16625d2692a0120739358.zip
Update travis-ci.yml for autotools
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3517fdb..c6a95c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: c
script:
- - make
- - PATH=./fpart/x86/:./fcp/x86/:./ffs/x86:$PATH ./fpart/fpart.sh
+ - autoreconf -i && ./configure && make
+ - PATH=./fpart/:./fcp/:./ffs/:$PATH ./fpart/fpart.sh
OpenPOWER on IntegriCloud