There was an error while loading. Please reload this page.
1 parent ebdee5b commit f38f6c9Copy full SHA for f38f6c9
.travis.yml
@@ -0,0 +1,11 @@
1
+language: php
2
+
3
+php:
4
+ - 5.5
5
6
+before_script:
7
+ - curl -s http://getcomposer.org/installer | php
8
+ - php composer.phar install
9
10
+script:
11
+ - cd tests ; phpunit .
0 commit comments