Skip to content

Commit b51da9c

Browse files
authored
Create .travis.yml
Adding .travis.yml
1 parent 666af58 commit b51da9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: php
2+
3+
php:
4+
- 7.3.0
5+
6+
before_script:
7+
- composer install --dev

0 commit comments

Comments
 (0)