Skip to content

Commit cb1d969

Browse files
Christophe Demareydemarey
Christophe Demarey
authored andcommitted
Fix flaky test #testChangeDirWithNonAsciiCharacters by copying unicode tables to avoid downloading them
1 parent b44031b commit cb1d969

File tree

3 files changed

+42646
-1
lines changed

3 files changed

+42646
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ env:
1616
matrix:
1717
- CI_FILE=.smalltalk.ston
1818
- CI_FILE=.stress.smalltalk.ston
19-
19+
20+
before_script:
21+
- mkdir -p $SMALLTALK_CI_BUILD/UCD && cp UCD/* $SMALLTALK_CI_BUILD/UCD/
22+
2023
script:
2124
- travis_wait 120 sleep infinity &
2225
- $SMALLTALK_CI_HOME/run.sh ${CI_FILE}

0 commit comments

Comments
 (0)