From 16c214b8a4492ab18885ac0794bb366442f5f271 Mon Sep 17 00:00:00 2001
From: wapplay-home-linux <alexey@nelexa.ru>
Date: Mon, 13 Mar 2017 08:37:47 +0300
Subject: [PATCH] Add .travis.yml

---
 .travis.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1f9c60f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+language: php
+php:
+  - '5.4'
+  - '5.5'
+  - '5.6'
+  - '7.0'
+  - '7.1'
+  - hhvm
+  - nightly
+
+before_script:
+  composer install
+
+script:
+  vendor/bin/phpunit -v -c bootstrap.xml
\ No newline at end of file