From 4cd5eb29f4c3da38231e9206c48d91a603ee21d0 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 8 Feb 2017 10:29:36 +0200 Subject: [PATCH] TravisCI config --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4b6d1fd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: php +php: + - '5.4' + - '5.5' + - '5.6' + - '7.0' + - '7.1' + - hhvm