From 10dd90d96921ae4bc7c31832b6deb948639fb92a Mon Sep 17 00:00:00 2001 From: Donovan Bourlard Date: Fri, 2 Mar 2018 16:34:32 +0100 Subject: [PATCH] Enable travis CI --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..220f879 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: php +php: + - 5.6 + - 7.1 + - 7.2 + +branches: + only: + - master + +install: + - composer install --prefer-source + +script: + - ./vendor/bin/phpunit -c phpunit.xml.dist