Skip to content

Commit

Permalink
fix MacOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnl committed Mar 7, 2018
1 parent ed6e7f8 commit 1c4a09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ addons:


before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python; fi


script: script:
- ./autogen.sh - ./autogen.sh
Expand Down

0 comments on commit 1c4a09a

Please sign in to comment.