blob: 2852db4836f9821864631989c00ae9c71ae93b63 (
plain)
1
2
3
4
5
6
|
language: cpp
before_install:
- sudo apt-get update -q
- sudo ./prepare-release travis-ci
- sudo apt-get install -q --no-install-recommends stunnel4 db-util
script: make && make test && test/integration/run-tests
|