From bec890cc69662c27fb922f969af76e2b6d9ffa58 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Sun, 2 Sep 2018 11:49:47 -0500 Subject: [PATCH] Added basic travis config --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..416a371 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: php +php: + - '7.1' +