mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 04:21:43 +08:00
19 lines
261 B
YAML
19 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
|