Skip to content

Commit

Permalink
Add generator tests to OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Aug 9, 2019
1 parent ebfdd35 commit 6da3950
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,15 @@ jobs:
go: $TRAVIS_GO_VERSION
stage: test

- os: osx
env: TARGETS="-C generator/metricbeat test"
go: $TRAVIS_GO_VERSION
stage: test
- os: osx
env: TARGETS="-C generator/beat test"
go: $TRAVIS_GO_VERSION
stage: test

# Docs
- os: linux
env: TARGETS="docs"
Expand Down

0 comments on commit 6da3950

Please sign in to comment.