Skip to content

Commit

Permalink
try without no-remote on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart committed Aug 12, 2014
1 parent 45c746a commit 5899bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webdriver/firefox/port.ex
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ defmodule WebDriver.Firefox.Port do
:unix -> :os.find_executable('firefox3') or
:os.find_executable('firefox2') or
:os.find_executable('firefox')
end, '-no-remote' ]
end ]
end

defp platform do
Expand Down

0 comments on commit 5899bc4

Please sign in to comment.