cassis icon indicating copy to clipboard operation
cassis copied to clipboard

add circle ci support

Open bear opened this issue 9 years ago • 0 comments

This configuration currently runs:

  • phpcs --standard=PSR2 cassis.php
  • phpunit --log-junit $CIRCLE_TEST_REPORTS/phpunit php-tests
  • eslint cassis.js
  • npm test

Note - I am not a JS or PHP coder so I have used the default configurations for both the PHP and JS linters

bear avatar Apr 11 '16 22:04 bear