Repository: incubator-pirk Updated Branches: refs/heads/gh-pages f20cd82a8 -> 0020dca30
adding .travis.yml file Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/0020dca3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/0020dca3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/0020dca3 Branch: refs/heads/gh-pages Commit: 0020dca3021c0d4702ceb7eb40b62f5a99038424 Parents: f20cd82 Author: eawilliams <[email protected]> Authored: Tue Jul 12 20:59:51 2016 +0200 Committer: eawilliams <[email protected]> Committed: Tue Jul 12 20:59:51 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/0020dca3/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100755 index 0000000..185360c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: ruby +rvm: + - 2.2 +branches: + only: + - gh-pages + - /^.*$/ +cache: bundler +script: ./_devtools/cibuild
