From 765e0d9ea39175ec82305cc7e733a4f02cdf85cb Mon Sep 17 00:00:00 2001 From: Petr Pridal Date: Thu, 10 Sep 2015 02:09:37 +0200 Subject: [PATCH] Travis CI integration --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..89e1027 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: php +php: + - 5.3 + - 5.4 + - 5.5 + - 5.6 + - hhvm +script: + - php tileserver.php