bump to astyle-3.1 in travis build

This commit is contained in:
zugz (tox) 2020-02-29 00:00:00 +00:00 committed by iphydf
parent e618829112
commit 2dc639a8a4
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -36,7 +36,7 @@ travis_install() {
# Install astyle (version in ubuntu-precise too old). # Install astyle (version in ubuntu-precise too old).
[ -f "$ASTYLE" ] || { [ -f "$ASTYLE" ] || {
wget -O ../astyle.tar.gz https://deb.debian.org/debian/pool/main/a/astyle/astyle_2.06.orig.tar.gz wget -O ../astyle.tar.gz https://deb.debian.org/debian/pool/main/a/astyle/astyle_3.1.orig.tar.gz
tar -xf ../astyle.tar.gz -C "$CACHEDIR" tar -xf ../astyle.tar.gz -C "$CACHEDIR"
make -C "$CACHEDIR/astyle/build/gcc" "-j$NPROC" make -C "$CACHEDIR/astyle/build/gcc" "-j$NPROC"
} }