summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzugz (tox) <mbays+tox@sdf.org>2020-02-29 00:00:00 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-02 15:31:48 +0000
commit2dc639a8a4ef0f3c4fc9d4b7c4ebdc79d2d7f702 (patch)
tree132892001a8840b3cb3cc86c2bebc44da136bf5d
parente618829112a298d6a859369862f760f1b7e3dc11 (diff)
bump to astyle-3.1 in travis build
-rwxr-xr-x.travis/cmake-linux2
1 files changed, 1 insertions, 1 deletions
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() {
36 36
37 # Install astyle (version in ubuntu-precise too old). 37 # Install astyle (version in ubuntu-precise too old).
38 [ -f "$ASTYLE" ] || { 38 [ -f "$ASTYLE" ] || {
39 wget -O ../astyle.tar.gz https://deb.debian.org/debian/pool/main/a/astyle/astyle_2.06.orig.tar.gz 39 wget -O ../astyle.tar.gz https://deb.debian.org/debian/pool/main/a/astyle/astyle_3.1.orig.tar.gz
40 tar -xf ../astyle.tar.gz -C "$CACHEDIR" 40 tar -xf ../astyle.tar.gz -C "$CACHEDIR"
41 make -C "$CACHEDIR/astyle/build/gcc" "-j$NPROC" 41 make -C "$CACHEDIR/astyle/build/gcc" "-j$NPROC"
42 } 42 }