Skip to content

Commit

Permalink
Testing OSX Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkmg committed Jul 1, 2016
1 parent 16f3fe1 commit 978bb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:
- mkdir ~/bin
- PREFIX=~ ./gitflow-installer.sh install stable
- if [ $TRAVIS_OS_NAME == "osx" ]; then
brew install gnu-getopt.;
brew install gnu-getopt;
echo export FLAGS_GETOPT_CMD="$(brew --prefix gnu-getopt)/bin/getopt" >~/.gitflow_export;
fi
before_script:
Expand Down

0 comments on commit 978bb45

Please sign in to comment.