From 2c0ee6900cd6129563f9dc6a0e8f12aa69574dde Mon Sep 17 00:00:00 2001 From: Sam Dodrill Date: Fri, 20 Feb 2015 00:33:55 -0800 Subject: [PATCH] Add travis tests for astyle --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 958371f..77d2115 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,5 @@ compiler: before-install: - sudo apt-get update install: -- sudo apt-get install build-essential libssl-dev flex bison -script: "./configure && make" +- sudo apt-get install build-essential libssl-dev flex bison astyle +script: "(cd ./testsuite/astyle && ./check_style.sh) ./configure && make"