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