From af36e00036e04b3f7202eb2dce8e1724360878c1 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 19 Mar 2018 22:49:27 +0100 Subject: [PATCH] travis --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a97431f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: php +php: + - '5.4' + - '5.6' + - '7.0' + - hhvm # on Trusty only + - nightly