Skip to content

Commit 0d6a9b3

Browse files
committed
travis: run brew install twice to be on the safe side
For some reason it might error out the first time and just tell you to run the command again. Always running it twice should be good enough to work around this situation.
1 parent c137168 commit 0d6a9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ matrix:
7474
env: T="osx_clang_NoDB" LUAJIT_OPTION="OFF" TEST_NODB=1
7575
CXXFLAGS="-pedantic -Werror"
7676
before_install:
77-
- brew install lua;
77+
- brew install lua; brew install lua
7878
before_script:
7979
- xml2-config --version
8080
- proj | head -n1

0 commit comments

Comments
 (0)