mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-14 20:06:06 +08:00
18 lines
261 B
YAML
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
|