Skip to content

Commit 1f5db4f

Browse files
committed
Added config file for travis to at least check the coding standard.
1 parent bbd96d6 commit 1f5db4f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: php
2+
3+
matrix:
4+
fast_finish: true
5+
include:
6+
- php: 7.2
7+
8+
install:
9+
- composer update --no-interaction
10+
11+
script:
12+
# - vendor/bin/phpunit --coverage-clover=coverage.xml
13+
- vendor/bin/phpcs -np --colors
14+
15+
#after_success:
16+
# - bash <(curl -s https://codecov.io/bash)
17+

0 commit comments

Comments
 (0)