aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-03-05 03:19:09 +0100
committerVictor Häggqvist <[email protected]>2015-03-05 03:19:09 +0100
commit59ef3bbcf823abe1f3d3526ac1287f1d9969d3ea (patch)
tree8cb0d974cb42531002d3e7870bec78a5fc6fc316
parent80ee650fb6c3e3c4246679c86eaace51d99f50fc (diff)
chore: enable travis
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..cf73ec5
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: php
+php:
+ - 5.4
+ - 5.5
+ - 5.6