Skip to content

Commit f38f6c9

Browse files
Add stub .travis.yml
1 parent ebdee5b commit f38f6c9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)