Browse Source

Added astyle install to travis.

master
jgoppert 9 years ago
parent
commit
04f24310b5
  1. 2
      .travis.yml

2
.travis.yml

@ -1,4 +1,6 @@ @@ -1,4 +1,6 @@
language: c
before_install:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y astyle; fi
script:
- mkdir -p build
- cd build

Loading…
Cancel
Save