esvm: fix to the 5.3 snapshots instead of 5.x

The 5.x snapshots have advanced beyond version 5.3.x, so they're no
longer compatible with Kibana version 5.3.x.
This commit is contained in:
Court Ewing 2017-02-27 16:15:51 -05:00
parent 2a52a9d668
commit 10eb81f64d

View file

@ -6,7 +6,7 @@ module.exports = function (grunt) {
return {
options: {
branch: '5.x',
branch: '5.3',
fresh: !grunt.option('esvm-no-fresh'),
config: {
http: {