Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed May 22, 2018
1 parent c50eff4 commit f0aad1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f0aad1c

Please sign in to comment.