Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 10f9d50

Browse files
committed
add travis.yml
1 parent 52368e0 commit 10f9d50

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: php
2+
3+
php:
4+
- '7.0'
5+
- '7.1'
6+
7+
install:
8+
- travis_retry composer install --no-interaction --prefer-dist --no-suggest
9+
10+
before_script:
11+
- travis_retry composer self-update
12+
- travis_retry composer install --prefer-source --no-interaction --dev
13+
14+
script:
15+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)