Skip to content
Permalink
Browse files

Merge pull request #153 from kernc/travis

Add .travis.yml
  • Loading branch information...
kernc committed Jul 31, 2016
2 parents c0a2971 + f0c5ebc commit f6a1de2ac1f073a65e068d28dacdc0fd025f0682
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 f6a1de2

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