From 2dc639a8a4ef0f3c4fc9d4b7c4ebdc79d2d7f702 Mon Sep 17 00:00:00 2001 From: "zugz (tox)" Date: Sat, 29 Feb 2020 00:00:00 +0000 Subject: bump to astyle-3.1 in travis build --- .travis/cmake-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis') diff --git a/.travis/cmake-linux b/.travis/cmake-linux index 3b34f474..1d425e54 100755 --- a/.travis/cmake-linux +++ b/.travis/cmake-linux @@ -36,7 +36,7 @@ travis_install() { # Install astyle (version in ubuntu-precise too old). [ -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" make -C "$CACHEDIR/astyle/build/gcc" "-j$NPROC" } -- cgit v1.2.3