ikappas / vscode-phpcs

PHP CodeSniffer for Visual Studio Code
MIT License
128 stars 56 forks source link

Add continuous integration for vscode-phpcs via Travis-CI #118

Closed rikvdh closed 1 year ago

rikvdh commented 6 years ago

I think it is a good idea to integrate some kind of CI to verify compilation as described in the readme. Integrating Travis also allows you to verify if a PR actually compiles.

I've integrated a Travis config-file (from Microsoft/vscode-eslint) and tried it out. I found out that I was missing rimraf so I altered the preinstall in the package.json. I also added the Travis-CI build badge.

Let me know what you think. If you integrate this, make sure to enable vscode-phpcs in your travis-ci.org account.

See https://travis-ci.org/rikvdh/vscode-phpcs/builds/384413392