From 2f58df2ca948bbf92020b36afbd1795704fdb69d Mon Sep 17 00:00:00 2001 From: Emir Ozer Date: Mon, 17 Aug 2015 13:39:58 +0200 Subject: [PATCH 1/2] added prerequiste for compiling --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1fd7b2d437ae..4f73ff726fee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,8 @@ The process for contributing to any of the Elastic repositories is similar. ## Contribution Steps +*Prereq:* libpcap-dev (deb) || libpcap-devel (rpm) should be present in your system. + 1. Test your changes! Run the test suite (`make test`) 2. Please make sure you have signed our [Contributor License Agreement](https://www.elastic.co/contributor-agreement/). We are not From 1108710c07a274410ddbf7e76a7159334dbc6f38 Mon Sep 17 00:00:00 2001 From: Emir Ozer Date: Fri, 21 Aug 2015 13:57:09 +0200 Subject: [PATCH 2/2] updated travis file to build under go 1.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b2ccc9a0fb77..99066c1017c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.4 + - 1.5 sudo: false