Skip to content

Commit 34efe0f

Browse files
committed
Add Travis for CI builds
1 parent 9e6c5fa commit 34efe0f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: php
2+
php:
3+
- '7.2'
4+
- '7.3'
5+
- nightly
6+
7+
before_script:
8+
- travis_retry composer self-update
9+
- travis_retry composer install --no-interaction
10+
11+
script:
12+
- vendor/bin/phpunit
13+
- vendor/bin/phpcs
14+
- vendor/bin/phpstan analyse
15+
16+
matrix:
17+
allow_failures:
18+
- php: nightly

0 commit comments

Comments
 (0)