patricklindsay / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
http://wicegrid.herokuapp.com/
MIT License
33 stars 29 forks source link

Implement CI w/ GitHub #8

Closed patricklindsay closed 6 years ago

patricklindsay commented 6 years ago

This task is part of the Setup CI Build project.

Prerequsites to this task are #6 & #7

Task involves;

  1. Setup CI build to run on all commits & PRs - Possibly using CircleCi
  2. Link results to GitHub

I'll start this task once #6 & #7 are complete.

JasonBarnabe commented 6 years ago
  1. Sign up for https://travis-ci.org/ (free for open source)
  2. appraisal generate --travis
  3. Done?