Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
course-discovery
Commits
898eb869
Commit
898eb869
authored
Nov 30, 2016
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the geckodriver instaled from npm.
parent
db554692
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
.travis/run_tests.sh
+2
-5
No files found.
.travis/run_tests.sh
View file @
898eb869
...
@@ -5,14 +5,11 @@
...
@@ -5,14 +5,11 @@
apt update
apt update
apt install
-y
xvfb firefox gettext wget
apt install
-y
xvfb firefox gettext wget
cd
wget https://github.com/mozilla/geckodriver/releases/download/v0.11.1/geckodriver-v0.11.1-linux64.tar.gz
tar
xvzf geckodriver-v0.11.1-linux64.tar.gz
mv geckodriver /usr/bin/
pip install
--upgrade
selenium
pip install
--upgrade
selenium
cd
/edx/app/discovery/discovery
cd
/edx/app/discovery/discovery
export
PATH
=
$PATH
:
$PWD
/node_modules/.bin
# Make it so bower can run without sudo.
# Make it so bower can run without sudo.
# https://github.com/GeoNode/geonode/pull/1070
# https://github.com/GeoNode/geonode/pull/1070
echo
'{ "allow_root": true }'
>
/root/.bowerrc
echo
'{ "allow_root": true }'
>
/root/.bowerrc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment