ale/.travis.yml

11 lines
120 B
YAML

---
sudo: required
services:
- docker
branches:
only:
- master
language: python
script: |
make test