Skip to content

Commit

Permalink
Adding CodeSniffer to the automated Travis-CI build
Browse files Browse the repository at this point in the history
Ensuring that we adhere to the coding standards too
  • Loading branch information
DragonBe committed May 20, 2018
1 parent 3ecbfb3 commit 699acf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ before_script:
- composer self-update
- composer install --prefer-source --no-interaction

script: phpunit
script:
- vendor/bin/phpunit
- vendor/bin/phpcs

0 comments on commit 699acf6

Please sign in to comment.