Skip to content

Commit

Permalink
install additional dependency for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Aug 17, 2018
1 parent fd2359a commit bad5ba5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ matrix:
compiler:
- gcc

before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install pcre2; fi

script:
- script/build.sh && script/package.sh

Expand Down

0 comments on commit bad5ba5

Please sign in to comment.