hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
311 stars 60 forks source link

Enable testing on travis-ci.org with Docker #83

Closed dragly closed 8 years ago

dragly commented 8 years ago

This sets up automated testing on travis-ci.org using a Ubuntu 16.04 Docker container.

You can see this in action here: https://travis-ci.org/dragly/doconce

PS: Currently the tests in the test folder are not run because these fail. For now, we only test that doconce is properly installed by running "doconce --version". The command that would run the tests is included, but commented out, to make it possible to include this in the future. (Should be tested with a local docker install before pushing).