aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 17c74d108099ca654e3cb5a19eb31879b814903a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: bash

services:
        - docker

before_install:
        - make prepare
        - make build

script:
        - make test


notifications:
        email:
                on_success: never