mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-25 14:27:34 +00:00
31604ce792
* Update osx build for travis * Try something more with this os * This gonna be hard ... * Cleanup travis build even more
11 lines
195 B
Bash
11 lines
195 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo "Here's the OSX environment:"
|
|
sw_vers
|
|
brew --version
|
|
|
|
echo "Updating brew..."
|
|
brew update
|
|
brew install php@7.1
|
|
brew upgrade php@7.1
|
|
brew link php@7.1 --overwrite --force |