Skip to content

Commit 63fc741

Browse files
committed
Improvement to unit-test script
1 parent 45203c7 commit 63fc741

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ci/unit-test.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
set -e
44

5+
export LANG=en_US.UTF-8
6+
export LANGUAGE=en_US.UTF-8
7+
export LC_ALL=en_US.UTF-8
8+
59
eval "$(rbenv init -)"
610

711
pushd java-buildpack
8-
rbenv install --skip-existing
912
bundle install
1013
bundle exec rake
1114
popd

0 commit comments

Comments
 (0)