summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ae926e4e659eed7937adb185dbba30004e0ce043 (plain)
1
2
3
4
5
6
7
8
9
10
language: c
compiler:
 - clang
 - gcc
before_install:
 - sudo apt-get update -qq
 - sudo apt-get install -qq re2c
script:
 - make archive
 - make testarchive