mirror of
https://github.com/marty-oehme/scripts.git
synced 2025-12-10 05:52:46 +00:00
added tests and travis
This commit is contained in:
parent
1545a4c8a6
commit
935f04d87e
2 changed files with 77 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
sudo: false
|
||||
dist: trusty
|
||||
language: php
|
||||
php:
|
||||
- 7
|
||||
|
||||
script:
|
||||
- php run-tests.php
|
||||
|
||||
notifications:
|
||||
email:
|
||||
- $NOTIFICATION_EMAIL
|
||||
Loading…
Add table
Add a link
Reference in a new issue