hstr/.travis.yml
2015-05-27 23:01:07 +02:00

18 lines
261 B
YAML

# .travis.yml for HSTR
language: c
os: linux
compiler: gcc
notifications:
email:
on_success: change
on_failure: change
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq autotools-dev libreadline-dev libncursesw5-dev
# eof