Commit f6a1de2a authored by kernc's avatar kernc Committed by GitHub

Merge pull request #153 from kernc/travis

Add .travis.yml
parents c0a2971c f0c5ebcd
sudo: required
dist: trusty
cache:
apt: true
ccache: true
language: cpp
compiler:
- clang
- gcc
# kbd provides dumpkeys
addons:
apt_packages:
- kbd
install:
- ./autogen.sh
- cd build
- ../configure --prefix=$TRAVIS_BUILD_DIR
- make
- sudo make install
script:
# Override Travis' default
- true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment