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
9d029f03
Commit
9d029f03
authored
Sep 12, 2017
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed LANG environment variable from Travis script
This environment variable is now defined in the base image.
parent
998a5b87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
.travis/run_tests.sh
+0
-4
No files found.
.travis/run_tests.sh
View file @
9d029f03
...
@@ -5,10 +5,6 @@
...
@@ -5,10 +5,6 @@
apt update
apt update
apt install
-y
xvfb firefox gettext wget
apt install
-y
xvfb firefox gettext wget
# TODO: Fix this in the discovery image
# http://askubuntu.com/questions/393638/unicodedecodeerror-ascii-codec-cant-decode-byte-0x-in-position-ordinal-n
export
LANG
=
C.UTF-8
cd
/edx/app/discovery/discovery
cd
/edx/app/discovery/discovery
export
PATH
=
$PATH
:
$PWD
/node_modules/.bin
export
PATH
=
$PATH
:
$PWD
/node_modules/.bin
...
...
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