Skip to content

Commit

Permalink
add make to osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabiano Arruda committed May 2, 2020
1 parent c8a2348 commit 038161c
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 @@ -8,11 +8,11 @@ branches:
- issue/*

before_install:
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco upgrade; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install hub; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install hub; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install make; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo snap install hub --classic; fi

jobs:
Expand Down

0 comments on commit 038161c

Please sign in to comment.