chore(travis): remove unused afsctool macOS dependency (#1521)

Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2017-06-16 17:36:00 -04:00 committed by GitHub
parent 103a048e4d
commit dbc8aa159d
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ The following MinGW packages are required:
### OS X
- [XCode](https://developer.apple.com/xcode/)
- [afsctool](https://brkirch.wordpress.com/afsctool/)
Cloning the project
-------------------

View File

@ -52,7 +52,7 @@ if [ "$ARGV_OPERATING_SYSTEM" == "linux" ]; then
else
if [ "$ARGV_OPERATING_SYSTEM" == "darwin" ]; then
./scripts/build/check-dependency.sh brew
brew install afsctool jq
brew install jq
elif [ "$ARGV_OPERATING_SYSTEM" == "win32" ]; then
./scripts/build/check-dependency.sh choco
choco install nsis -version 2.51