Skip to content

Commit af18a3e

Browse files
committedOct 18, 2020
added php lint checks
1 parent 54310a4 commit af18a3e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: php
2+
php:
3+
- 5.6
4+
- 7.0
5+
- 7.1
6+
- 7.2
7+
- 7.3
8+
- 7.4
9+
10+
# run lint checks
11+
script: find {modules,views} -name "*.php" -print0 | xargs -0 -n1 -P4 php -l

0 commit comments

Comments
 (0)