Skip to content

Commit 0893aeb

Browse files
committed
Travis: libevent appears to already be installed on travis osx.
1 parent fa0e987 commit 0893aeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci_setup.d

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,12 @@ int main()
3535
if(envGet("DB") == "mysql-5.6")
3636
{
3737
spawnShell("brew update").wait;
38-
spawnShell("brew install libevent").wait; // Is libevent still needed on OSX?
3938
spawnShell("brew install mysql@5.6 && brew services start mysql56").wait;
4039
mysqlPrefix = "/usr/local/opt/mysql@5.6/bin/";
4140
}
4241
else if(envGet("DB") == "mysql-latest")
4342
{
4443
spawnShell("brew update").wait;
45-
spawnShell("brew install libevent").wait; // Is libevent still needed on OSX?
4644
spawnShell("brew install mysql && brew services start mysql").wait;
4745
}
4846
else

0 commit comments

Comments
 (0)