From 6a73c40964dc2f59b59224eaa48b4e32c98c7626 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Fri, 19 Feb 2016 08:56:26 -0800 Subject: [PATCH] add travis and phpunit config --- .travis.yaml | 7 +++++++ phpunit.xml | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 .travis.yaml create mode 100644 phpunit.xml diff --git a/.travis.yaml b/.travis.yaml new file mode 100644 index 0000000..39deefa --- /dev/null +++ b/.travis.yaml @@ -0,0 +1,7 @@ +language: php +php: +- 5.5 +sudo: false +before_script: +- composer self-update +- composer install --prefer-dist --no-interaction diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..03675c3 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,7 @@ + + + + tests/ + + +