Skip to content

Commit 5f9d40e

Browse files
committed
Add Travis configuration
1 parent 54b2ad5 commit 5f9d40e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ language: php
22

33
php:
44
- 5.6
5-
- 7.0
5+
- 7.0
6+
7+
before_script:
8+
- composer self-update
9+
- composer install --no-interaction

0 commit comments

Comments
 (0)