Enable Travis-CI builds
Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/4774f72d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/4774f72d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/4774f72d Branch: refs/heads/master Commit: 4774f72d557c7c76355513e799e6e95eea496d50 Parents: 11ab973 Author: Paul J. Davis <[email protected]> Authored: Mon Jun 16 21:06:22 2014 -0500 Committer: Paul J. Davis <[email protected]> Committed: Mon Jun 16 21:06:22 2014 -0500 ---------------------------------------------------------------------- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/4774f72d/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2d661f6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: erlang +notifications: + email: [email protected] +otp_release: + - 17.0 + - R16B03-1 + - R16B02 + - R16B01 + - R15B03 + - R15B02 + - R15B01 + - R14B04 + - R14B03 + - R14B02
