Skip to content

Commit 0c64a82

Browse files
committed
Travis ci init
1 parent 9a4865e commit 0c64a82

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+
- 7.2
4+
before_script:
5+
- composer self-update
6+
- composer install --prefer-source --no-interaction --dev
7+
script: phpunit

0 commit comments

Comments
 (0)