Add travis tests for astyle

This commit is contained in:
Sam Dodrill 2015-02-20 00:33:55 -08:00
parent 9b969de641
commit 2c0ee6900c
1 changed files with 2 additions and 2 deletions

View File

@ -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"