From 6454de866fde2576ab5df4b09b58bf6e812a82c6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 12 Jan 2016 19:25:52 -0800 Subject: Add a new target to run some tests. 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 --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2dbfb64 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: ruby +rvm: + - 2.1 +script: + - make deps + - make test +env: + global: + - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer -- cgit v1.2.3