Browse Source

Add Travis CI config

Justin Hileman 13 years ago
parent
commit
cf14f04275
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .travis.yml

+ 6 - 0
.travis.yml

@@ -0,0 +1,6 @@
+language: php
+php:
+  - 5.3
+  - 5.4
+before_install:
+  - git submodule update --init