Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
travis: fix chromedriver link
Now it fixes the build.
  • Loading branch information
fsouza committed Aug 3, 2012
1 parent aea22d1 commit 54d7235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis_before.bash
Expand Up @@ -11,7 +11,7 @@ sudo apt-get install libxss1 xdg-utils
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb -O google-chrome.deb wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb -O google-chrome.deb
sudo dpkg -i google-chrome.deb sudo dpkg -i google-chrome.deb


wget http://chromium.googlecode.com/files/chromedriver_linux32_21.0.1180.4.zip -O chromedriver.zip wget https://chromedriver.googlecode.com/files/chromedriver_linux32_21.0.1180.4.zip -O chromedriver.zip
unzip chromedriver.zip unzip chromedriver.zip
sudo cp chromedriver /usr/local/bin sudo cp chromedriver /usr/local/bin
sudo chmod 755 /usr/local/bin/chromedriver sudo chmod 755 /usr/local/bin/chromedriver

0 comments on commit 54d7235

Please sign in to comment.