Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
29 lines (22 sloc) 336 Bytes
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
You can’t perform that action at this time.