Skip to content

Commit 6a682ff

Browse files
committed
Adding TravisCI support
1 parent 082fb2c commit 6a682ff

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.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+
- 7.1
5+
- 7.2
6+
- 7.3
7+
8+
before_script:
9+
- wget http://getcomposer.org/composer.phar
10+
- php composer.phar install

0 commit comments

Comments
 (0)