From 5558d77b1f6588678bf0be14d3d16404ecc181f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Cass=C3=A9?= Date: Tue, 7 Oct 2014 00:02:14 +0200 Subject: [PATCH] =?UTF-8?q?Insert=20travis=20tests=20Signed-off-by:=20Vinc?= =?UTF-8?q?ent=20Cass=C3=A9=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 0000000..47a199d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: php +php: + - 5.6 + - 5.5 + - 5.4 + +before_script: + - composer install --dev + +script: phpunit tests/ApiTest.php