From e2a8e87549c57ff11a149095a27dfba4513a273e Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Thu, 20 Nov 2014 02:35:53 +0800 Subject: [PATCH] .. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d78aa9d..e5a6b3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: - sudo pip install selenium - export DISPLAY=:99.0 - test/start_xvfb.sh - - pushd tests/browser_tests + - pushd test/browser_tests - python -m SimpleHTTPServer 8000 & - popd - sleep 5