summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 22d400aa7d8b947c1c8724965f3b01b53a750ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
before_script:
 - sudo apt-get install libboost-program-options-dev
 - sudo apt-get install libboost-regex-dev
 - sudo apt-get install libboost-test-dev
 - sudo apt-get install flex
 - autoreconf -ifv
 - ./configure
script: make
after_script:
 - make check
 - ./tests/run-system-tests.pl