diff options
| author | Franck Cuny <fcuny@twitter.com> | 2016-01-12 19:25:52 -0800 |
|---|---|---|
| committer | Franck Cuny <fcuny@twitter.com> | 2016-01-12 19:28:09 -0800 |
| commit | 6454de866fde2576ab5df4b09b58bf6e812a82c6 (patch) | |
| tree | 7afb1be7bf98ee9fbb33bb98ea1902cf9c2a9046 /.travis.yml | |
| parent | Fix the footer on small screen. (diff) | |
| download | lumberjaph-6454de866fde2576ab5df4b09b58bf6e812a82c6.tar.gz | |
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
Diffstat (limited to '')
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
