Skip to content

Commit 471fa3d

Browse files
committed
Work around weird travis error.
1 parent 62ad451 commit 471fa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cache:
5454
# Package Setup
5555
before_install:
5656
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
57-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tree libusb; fi
57+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tree && brew upgrade libusb; fi
5858

5959
# System setup
6060
install:

0 commit comments

Comments
 (0)