@@ -1,5 +1,8 @@
#!/bin/bash
+export LC_ALL=en_US.UTF-8
+export LANG=en_US.UTF-8
+
# We assume single-user installation as
# done in our rvm.sh script and
# in Travis-CI
@@ -8,5 +8,7 @@ rvm ruby-2.0.0-p0 do bundle install --gemfile=$TROOT/Gemfile
rvm install jruby-1.7.8
rvm jruby-1.7.8 do bundle install --gemfile=$TROOT/Gemfile
rvm install rbx-2.2.10
-rvm rbx-2.2.10 do bundle install --gemfile=$TROOT/Gemfile
+rvm rbx-2.2.10 do bundle install --gemfile=$TROOT/Gemfile
@@ -1,5 +1,7 @@
@@ -8,5 +8,7 @@ rvm 2.1.2 do bundle install --gemfile=$TROOT/Gemfile
rvm install jruby-1.7.13
rvm jruby-1.7.13 do bundle install --gemfile=$TROOT/Gemfile