summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2016-09-25 14:49:29 -0700
committerRuss Allbery <eagle@eyrie.org>2016-09-25 14:49:29 -0700
commit8a7b6fa05364a12de99870a46f0e34a81db6ddbc (patch)
tree245a1f711c83e808d43a4c07ed6cd520c59b6669 /.travis.yml
parent5bebd61a79ee326745d1fb8b506295849cee3afe (diff)
Fix command for Autotools bootstrapping in Travis-CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f6f616..4d07ed3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libevent-dev libkrb5-dev libmodule-build-perl libpcre3-dev libtest-pod-perl libtest-minimumversion-perl libtest-pod-coverage-perl libtest-strict-perl libtest-synopsis-perl perl php5-cli pkg-config python-all-dev ruby-all-dev
env: AUTHOR_TESTING=1
-script: ./autogen && ./configure --enable-perl --enable-php --enable-python --enable-ruby && make warnings && make check
+script: ./bootstrap && ./configure --enable-perl --enable-php --enable-python --enable-ruby && make warnings && make check
branches:
only: