An open API service indexing awesome lists of open source software.

https://github.com/projectwallace/constyble-continuous-integration-example

This repository demonstrates how to use Constyble in a project
https://github.com/projectwallace/constyble-continuous-integration-example

Last synced: about 1 year ago
JSON representation

This repository demonstrates how to use Constyble in a project

Awesome Lists containing this project

README

          


Constyble continuous integration example


This repository demonstrates how to use Constyble in a project as described in this blog post.


## Key points

* `package.json` containing the `constyble` devDependency and `npm test` script
* `.constyblerc` containing the thresholds configuration to test
* `styles/main.css` with the CSS that will be tested
* `.travis.yml` to make sure that every Pull Request and branch push will be `npm test`ed