summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: d4e6cf3f7d4445120fa209c21e25248d9eeb0606 (plain)
1
2
3
4
5
6
7
8
9
10
---
sudo: required
services:
    - docker
branches:
    only:
        - master
language: python
script: |
    make test