Skip to content

Commit fc46fb3

Browse files
committed
Adding Travis config
1 parent b5374a8 commit fc46fb3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: php
2+
php:
3+
- '5.6'
4+
5+
before_script:
6+
- composer install
7+
8+
script: ./vendor/bin/phpunit -v --configuration ./phpunit.xml.dist

0 commit comments

Comments
 (0)