Skip to content

Commit

Permalink
Try Ubuntu 14.04 container.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpearce committed Jun 1, 2017
1 parent 711c6c0 commit 84aca55
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
@@ -0,0 +1,17 @@
sudo: false
dist: trusty
addons:
apt:
packages:
- libxml2-dev
- libcppunit-dev
language: cpp
compiler:
- clang
- gcc
script:
- mkdir build && cd build
- cmake -DENABLE_TESTS=1 ..
- make
- make test
- make install

0 comments on commit 84aca55

Please sign in to comment.