configure: use long option names

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-15 16:13:42 +01:00
parent 713284a7c5
commit 8372b1653c
3 changed files with 19 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ sudo: required
install: |
cd "$TRAVIS_BUILD_DIR"
bash -x ./configure -t
bash -x ./configure --travis
script: |
cd "$TRAVIS_BUILD_DIR"