Skip to content

Commit

Permalink
fix(cid): install jq on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jul 16, 2019
1 parent a50a089 commit 4169703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ addons:
homebrew:
packages: jq
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install jq ; fi
- npm run ci:install
script:
- npm run ci:build
Expand Down

0 comments on commit 4169703

Please sign in to comment.