0byt3m1n1
Path:
C:
/
wamp64
/
apps
/
phpsysinfo3.3.1
/
[
Home
]
File: .travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 script: if find . -name "*.php" -exec php -l {} 2>&1 \; | grep "syntax error, unexpected"; then exit 1; fi branches: only: - "master" - "stable" notifications: email: false