From 2c7514d03cb94f6a3f8c25d1b3bc41048a7b0439 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 9 Apr 2018 21:49:23 +0200 Subject: [PATCH] Enable Travis --- .travis.yml | 4 ++++ phpunit.xml | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .travis.yml create mode 100644 phpunit.xml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..d3fffc6936 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +--- +language: php +php: 5.6 +install: composer install diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000000..a589d34540 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,10 @@ + + + + + tests/ + tests/template_test.php + tests/get_tags_test.php + + +