Commit 9d029f03 by Clinton Blackburn

Removed LANG environment variable from Travis script

This environment variable is now defined in the base image.
parent 998a5b87
......@@ -5,10 +5,6 @@
apt update
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
export PATH=$PATH:$PWD/node_modules/.bin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment