Repository: accumulo Updated Branches: refs/heads/gh-pages f43eba4fc -> acabda1b8
Support travis-ci builds for gh-pages Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/acabda1b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/acabda1b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/acabda1b Branch: refs/heads/gh-pages Commit: acabda1b8454a319f0c0efa9c849f560e31455fc Parents: f43eba4 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Thu Apr 14 17:51:03 2016 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Thu Apr 14 17:51:03 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 2 ++ _devtools/cibuild | 5 +++++ 2 files changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/acabda1b/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..122f0d2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: ruby +script: ./_devtools/cibuild http://git-wip-us.apache.org/repos/asf/accumulo/blob/acabda1b/_devtools/cibuild ---------------------------------------------------------------------- diff --git a/_devtools/cibuild b/_devtools/cibuild new file mode 100755 index 0000000..c1b7016 --- /dev/null +++ b/_devtools/cibuild @@ -0,0 +1,5 @@ +#! /usr/bin/env bash +set -e # halt script on error + +bundle exec jekyll build --config _config-asf.yml --safe +