Revision 5156c3edf05feda4a18d510ed484c4a70486698e authored by Shay Banon on 06 April 2014, 21:39:51 UTC, committed by Shay Banon on 07 April 2014, 14:35:13 UTC
Refactor the rest layer handlers to simplify common code paths (like handling) failures, and introduce optional (enabled for netty) rest channel bytes recycling
1 parent 347994b
Raw File
.travis.yml
language: java
jdk:
  - openjdk6
  - openjdk7
  - oraclejdk7

env:
  - ES_TEST_LOCAL=true
  - ES_TEST_LOCAL=false

notifications:
  email: false
back to top