summaryrefslogtreecommitdiff
path: root/.travis.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-31Stop generating a static site.Franck Cuny1-9/+0
2016-01-12Add a new target to run some tests.Franck Cuny1-0/+9
Update the Makefile with a `test` target so we can check the generated HTML and the internal links. The gem `html-proofer` is also added, and we use it to run the test. Closes #6