Skip to content

Commit 6656618

Browse files
author
Daniel Gomes
committed
Add Travis CI
1 parent ab8d4e9 commit 6656618

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: php
2+
3+
php:
4+
- 7.1
5+
- 7.2
6+
- 7.3
7+
8+
matrix:
9+
10+
before_script:
11+
- composer install

0 commit comments

Comments
 (0)