travis: enable running tests by default (v1).

This commit is contained in:
Juan RP
2014-10-06 13:59:09 +02:00
parent cbb003f968
commit 021f6185dc
2 changed files with 71 additions and 3 deletions

View File

@@ -2,10 +2,12 @@ language: c
compiler:
- gcc
- clang
script: ./configure --enable-debug && make -j16
env:
- PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
script:
- ./configure --enable-tests --enable-debug && make -j16 && make check
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libssl-dev libarchive-dev
- ./admin/travis-install-deps.sh
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created