Skip to content

Commit a8a4de0

Browse files
authored
Merge pull request #46 from demarey/43-OSSubprocess-should-not-raise-an-error-at-startup-on-windows
43-OSSubprocess-should-not-raise-an-error-at-startup-on-windows
2 parents 2fe67d0 + cb1d969 commit a8a4de0

File tree

4 files changed

+42647
-1
lines changed

4 files changed

+42647
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
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)