Skip to content

Commit

Permalink
Add Winlogbeat to Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Jan 1, 2016
1 parent 8fdd612 commit 02b3578
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ env:
- TARGETS="-C libbeat testsuite ES_HOST=elasticsearch-210"
- TARGETS="-C topbeat testsuite"
- TARGETS="-C filebeat testsuite"
- TARGETS="-C winlogbeat testsuite"
- TARGETS="-C packetbeat testsuite"
- TARGETS="-C libbeat crosscompile"
- TARGETS="-C filebeat crosscompile"
- TARGETS="-C winlogbeat crosscompile"
global:
# Cross-compile for amd64 only to speed up testing.
- GOX_FLAGS="-arch amd64"
Expand All @@ -34,6 +35,10 @@ matrix:
env: TARGETS="-C filebeat crosscompile"
- os: osx
env: TARGETS="-C libbeat crosscompile"
- os: osx
env: TARGETS="-C winlogbeat testsuite"
- os: osx
env: TARGETS="-C winlogbeat crosscompile"
- os: osx
env: TARGETS="-C libbeat testsuite ES_HOST=elasticsearch-210"
fast_finish: true
Expand Down

0 comments on commit 02b3578

Please sign in to comment.