Skip to content

Commit

Permalink
Debugging Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiosironi committed Mar 2, 2013
1 parent 22cbbc1 commit 5e04012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ sh -e /etc/init.d/xvfb start
export DISPLAY=:99.0
echo "Starting Selenium"
wget http://selenium.googlecode.com/files/selenium-server-standalone-2.30.0.jar
java -jar selenium-server-standalone-2.30.0 > /dev/null 2>&1 &
java -jar selenium-server-standalone-2.30.0.jar > /dev/null 2>&1 &
sleep 30
echo "Finished setup"

0 comments on commit 5e04012

Please sign in to comment.