summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 326609d24185d9c64903190f3429ffc9a4de19f2 (plain)
1
2
3
4
5
6
7
8
9
10
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:
 - ./tests/run-system-tests.pl