Skip to content

Commit 58cb8b6

Browse files
committed
Added TravisCI configuration file
1 parent 1ca67c8 commit 58cb8b6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: php
2+
3+
php:
4+
- 7.0
5+
- 5.6
6+
- 5.5
7+
- 5.4
8+
9+
script:
10+
- composer self-update || true
11+
- composer validate
12+
- composer install
13+
- ./vendor/bin/phpunit --version

0 commit comments

Comments
 (0)