blob: 944c406a953c5a6a10f66e8b867383483e88d318 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
language: none
build:
pre_ci_boot:
image_name: ubuntu
image_tag: xenial
pull: true
ci:
- apt-get install -qq build-essential
- ./prepare-release travis-ci
- make
- make test
- ./test/integration/run-tests -q
|