mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
9 lines
105 B
YAML
9 lines
105 B
YAML
|
---
|
||
|
sudo: required
|
||
|
notifications:
|
||
|
email: true
|
||
|
services:
|
||
|
- docker
|
||
|
script:
|
||
|
- ./test.sh
|