We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f686d3 commit 41d8a32Copy full SHA for 41d8a32
.travis.sh
@@ -5,7 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
5
6
function travis_time_start {
7
TRAVIS_START_TIME=$(date +%s%N)
8
- TRAVIS_TIME_ID=$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 8 | head -n 1)
+ TRAVIS_TIME_ID=$(cat /dev/urandom | LC_ALL=C LC_CTYPE=C tr -dc 'a-z0-9' | fold -w 8 | head -n 1)
9
TRAVIS_FOLD_NAME=$1
10
echo -e "\e[0Ktravis_fold:start:$TRAVIS_FOLD_NAME"
11
echo -e "\e[0Ktravis_time:start:$TRAVIS_TIME_ID"
0 commit comments