This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/.travis.yml

10 lines
120 B
YAML

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