Enable Travis

Bu işleme şunda yer alıyor:
Pierre Rudloff 2018-04-09 21:49:23 +02:00
ebeveyn 7d953d952e
işleme 2c7514d03c
2 değiştirilmiş dosya ile 14 ekleme ve 0 silme

4
.travis.yml Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
language: php
php: 5.6
install: composer install

10
phpunit.xml Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,10 @@
<?xml version="1.0"?>
<phpunit>
<testsuites>
<testsuite>
<directory suffix="_test.php">tests/</directory>
<exclude>tests/template_test.php</exclude>
<exclude>tests/get_tags_test.php</exclude>
</testsuite>
</testsuites>
</phpunit>