Merge pull request #940

e890f51 Build: take out tests in Travis CI (anonimal)
198e408 Build: add vanilla clang to Travis CI (anonimal)
659bee6 Build: add make release-test to Travis CI (anonimal)
This commit is contained in:
Riccardo Spagni 2016-08-11 14:52:33 +02:00
commit 66f89797e0
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -3,6 +3,7 @@ dist: trusty
language: cpp
compiler:
- gcc
- clang
addons:
apt:
packages:
@ -11,6 +12,7 @@ addons:
- doxygen
- g++
- gcc
- clang
- graphviz
- libboost1.55-all-dev
- libdb++-dev