Skip to content

Commit

Permalink
Work around weird travis error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbondeson committed Jul 12, 2018
1 parent 62ad451 commit 471fa3d
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 @@ -54,7 +54,7 @@ cache:
# Package Setup
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tree libusb; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tree && brew upgrade libusb; fi

# System setup
install:
Expand Down

0 comments on commit 471fa3d

Please sign in to comment.