Add travis-ci.org configuration
[grauphel.git] / .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..cd5a315
--- /dev/null
@@ -0,0 +1,10 @@
+language: php
+sudo: false
+php:
+  - 7
+  - 5.6
+  - 5.5
+  - 5.4
+script:
+  - cd tests
+  - phpunit .