readelf: report ARM program and section header types
[freebsd-src.git] / contrib / openbsm / .travis.yml
blob5540774c7c1300dbc9a47db9b5599033428df90e
1 language: c
3 compiler:
4   - clang
5   - gcc
7 os:
8   - linux
9   - osx
11 before_install:
12   - if [ $TRAVIS_OS_NAME == "linux" ]; then
13       sudo apt-get -qq update;
14       sudo apt-get -qq install byacc flex;
15     elif [ $TRAVIS_OS_NAME == "osx" ]; then
16       brew update;
17       brew install byacc flex;
18     fi