Skip to content

Commit 3c3626c

Browse files
committed
Enable Travis
1 parent 5b0aeef commit 3c3626c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: php
2+
dist: trusty
3+
4+
php:
5+
- '7.2'
6+
- '7.3'
7+
8+
before_script:
9+
- travis_retry composer self-update
10+
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
11+
12+
script:
13+
- vendor/bin/phpstan --level=max analyse src
14+
- vendor/bin/phpcs

0 commit comments

Comments
 (0)