lnav/.travis.yml

7 lines
132 B
YAML
Raw Normal View History

2013-04-09 19:37:21 +00:00
language: cpp
compiler: gcc
before_install:
- sudo apt-get install -y -qq libgpm-dev
script: ./configure && make && make check