shrub/.travis.yml
2017-06-13 18:41:27 -07:00

29 lines
415 B
YAML

language: c
script: make && make test # no ./configure
# Uncomment me if this gets annoying
#
# notifications:
# email: false
addons:
apt:
packages:
- libgmp3-dev
- libsigsegv-dev
- openssl
- libssl-dev
- libncurses5-dev
- make
- exuberant-ctags
- automake
- autoconf
- libtool
- g++
- ragel
- cmake
- re2c
- libcurl4-gnutls-dev
- python