Skip to content

Commit

Permalink
Merge pull request #202 from emirozer/master
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md & Update Travis file to build under Go 1.5
  • Loading branch information
ruflin committed Sep 18, 2015
2 parents d76c9c2 + 9b38dc3 commit ea323b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ notifications:
- [email protected]

after_success:
- bash <(curl -s https://codecov.io/bash) -f coverage/full.cov
- bash <(curl -s https://codecov.io/bash) -f coverage/full.cov
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea323b6

Please sign in to comment.