Skip to content

Commit a09155b

Browse files
author
Stephan Wentz
committed
add travis config
1 parent 74352f7 commit a09155b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: php
2+
3+
php:
4+
- 5.5
5+
- 5.6
6+
- 7.0
7+
8+
before_script: composer install
9+
10+
script: phpunit -c tests

0 commit comments

Comments
 (0)