hstr/.travis.yml

19 lines
261 B
YAML
Raw Normal View History

2015-05-11 19:38:36 +08:00
# .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