mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-10-31 23:38:08 +00:00
12 lines
132 B
YAML
12 lines
132 B
YAML
sudo: false
|
|
dist: trusty
|
|
language: php
|
|
php:
|
|
- 7
|
|
|
|
script:
|
|
- php run-tests.php
|
|
|
|
notifications:
|
|
email:
|
|
- $NOTIFICATION_EMAIL
|