From 63c729942002ebdeaf6965e3a94926cd3faf6d66 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Sun, 28 Jul 2013 18:40:51 +0100 Subject: [PATCH] Add Travis config --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..d5d3a9e8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: php + +php: + - 5.3 + - 5.4 + - 5.5 + +# omitting "script:" will default to phpunit +# use the $DB env variable to determine the phpunit.xml to use +script: phpunit --coverage-text tests \ No newline at end of file