Skip to content

Commit

Permalink
Added missing osx grep install.
Browse files Browse the repository at this point in the history
  • Loading branch information
leozide committed Mar 12, 2019
1 parent 816db4e commit ec200db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -38,7 +38,7 @@ before_install:

install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install qt5;
brew install qt5 grep;
brew link --force qt5;
wget https://github.com/leozide/leocad/releases/download/v18.02/Library-Linux-11331.zip -O library.zip;
unzip library.zip;
Expand Down

0 comments on commit ec200db

Please sign in to comment.