Skip to content

Commit f1735a3

Browse files
committed
Adding basic Travis file
1 parent cce1847 commit f1735a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: php
2+
php:
3+
- '5.4'
4+
- '5.5'
5+
- '5.6'
6+
- '7'
7+
script: cd test-cases && phpunit --bootstrap bootstrap.php

0 commit comments

Comments
 (0)