Repository: couchdb-ets-lru Updated Branches: refs/heads/master fb44bea46 -> 09128046a
Integrate with Travis CI Project: http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/commit/09128046 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/tree/09128046 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/diff/09128046 Branch: refs/heads/master Commit: 09128046ae9fbabfe1d70cb406aca878f6ea1dd5 Parents: 8a50cf5 Author: Alexander Shorin <[email protected]> Authored: Fri Jul 24 05:49:38 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Fri Jul 24 07:33:14 2015 +0300 ---------------------------------------------------------------------- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/blob/09128046/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..99e6cb3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: erlang + +otp_release: + - 17.5 + - 17.4 + - 17.1 + - 17.0 + - R16B03-1 + - R14B04 + - R14B02
