drupal-composer / drupal-paranoia

Composer Plugin for improving the security of composer-based Drupal projects by moving all PHP files out of docroot
62 stars 7 forks source link

Add PHP code sniffer step on Travis test. Test PHP 7.2 and 7.3. #14

Closed jkribeiro closed 5 years ago

jkribeiro commented 5 years ago

Simple PR is to update .travis.yml to sniff the code for Drupal standards violations and test the code against PHP 7.2 and 7.3 (7.1 is already being tested).