Skip to content
Permalink
Browse files

Add .travis.yml

  • Loading branch information...
kernc committed Jul 31, 2016
1 parent c0a2971 commit f0c5ebcd3d8b23a7e1b451dca518d3d724497b9f
Showing with 29 additions and 0 deletions.
  1. +29 −0 .travis.yml
@@ -0,0 +1,29 @@
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

0 comments on commit f0c5ebc

Please sign in to comment.
You can’t perform that action at this time.