summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-05-16 14:22:21 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-05-16 15:01:19 +0300
commit0c89c7399554dfaa91d23555407d809671ea379c (patch)
tree88ce5bce99970086d5921b57bc41f0b7802fc424
parent267a4b75633dc3bb1932f0413531f447e6e2eee2 (diff)
downloadlibatomic_ops-0c89c7399554dfaa91d23555407d809671ea379c.tar.gz
Travis CI: Do not run autoreconf
(fix commit 12ab23d) Source code of release-7_2 branch still contains configure/Makefile auto-generated files, so autoreconf should do nothing.
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f5043ca..de2e1b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,9 +24,6 @@ before_install:
fi
- if [[ "$MAKEFILE_TARGET" == "" ]]; then MAKEFILE_TARGET=check; fi
-install:
-- autoreconf -vif
-
script:
- ./configure
- make -j $MAKEFILE_TARGET