From f0aad1ce903a186cd86527fb816097e69b5ec831 Mon Sep 17 00:00:00 2001 From: Yusuke KUOKA Date: Tue, 22 May 2018 21:33:45 +0900 Subject: [PATCH] Fix travis build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b5f251a..61f40ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,8 @@ script: - | FB=$(ls target/filebeat* | tail -1) FH=$(ls target/kinesis* | tail -1) - echo "$FB -plugin $FH -c example/filebeat.yml --once" - $FB -plugin $FH -c example/filebeat.yml --once + echo "$FB -plugin $FH -c example/firehose/filebeat.yml --once" + $FB -plugin $FH -c example/firehose/filebeat.yml --once after_success: - bash <(curl -s https://codecov.io/bash)