Repository: incubator-beam-site Updated Branches: refs/heads/asf-site ea05f978a -> a64faf285
Adding Travis CI YAML config Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/8d9a8eb0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/8d9a8eb0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/8d9a8eb0 Branch: refs/heads/asf-site Commit: 8d9a8eb043931ee0d91c43803080c8d26c5ef123 Parents: ea05f97 Author: James Malone <[email protected]> Authored: Mon Jul 25 09:51:14 2016 -0700 Committer: Frances Perry <[email protected]> Committed: Thu Jul 28 17:25:29 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/8d9a8eb0/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c305557 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: ruby +rvm: + - 2.1 +script: + - bundle exec jekyll build + - bundle exec htmlproofer ./content --allow-hash-href --check-html --file-ignore /javadoc/ +env: + global: + - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer \ No newline at end of file
