Browse Source

Added Travis-CI config file

Yannick Warnier 11 years ago
parent
commit
a3598450d7
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .travis.yml

+ 10 - 0
.travis.yml

@@ -0,0 +1,10 @@
+language: php
+
+php:
+  - 5.3
+  - 5.4
+  - 5.5
+
+before_script: composer install -n
+
+script: phpunit -c tests/phpunit