travis - add re2c dependency

This commit is contained in:
Kelvin Sherlock 2019-12-13 23:48:01 -05:00
parent b52bda4fb6
commit d33a823cc5

View File

@ -1,13 +1,19 @@
dist: bionic dist: bionic
osx_image: xcode10 osx_image: xcode10
language: cpp language: cpp
addons:
apt:
packages: re2c
homebrew:
packages: re2c
os: os:
- osx - osx
- linux - linux
compiler: compiler:
- clang - clang
- gcc - gcc
script: make all script: make all