From 1cc1f8fcb462d6c0e175faee563ab450b65470fd Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 3 Oct 2014 12:46:34 -0400 Subject: [PATCH] travis for testing --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2902d86 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: ruby +rvm: +- 2.1.3 +script: +- bundle exec jekyll build +- bundle exec htmlproof ./_site +notifications: + slack: + secure: Gq8bPNJaQ2HHJfnMQ5rK8QOh3Ww44wvhr+WzEKjBbnC5piRn7TLWDy95ED75a42vcxgX6eDnofV24wci2/IQ1p8rmGJNxpkPTN9SaFcc5GNT3RzdFTZPr744N7VvUS8aFZiNm4hcsdNlYRBd7fom6SA59ykkdaO5/4u2O0+dvkg= +env: + global: + - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer + \ No newline at end of file