SLUGSoc / website

Reimplementation of new site in Ruby on Rails
2 stars 1 forks source link

Build and run the site against TravisCI #17

Open boardfish opened 6 years ago

boardfish commented 6 years ago

This one should be easy as we've open-sourced the site, so we just need a .travis.yml to tell Travis how to build and run the site in Docker. It should run the RSpec tests and make sure they pass and, eventually, run RuboCop on the project too.

boardfish commented 6 years ago

Blocked by #18.