Skip to content

Commit 3a2902e

Browse files
committed
FEAT: updated travis script not to depend on r3 from rebol.com
1 parent e489fef commit 3a2902e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,9 @@ install:
3333
# libc6-dbg:i386:
3434
# For running valgrind on a 32b subject-under-test on a 64b host.
3535
- sudo apt-get install -y gcc-multilib valgrind libc6:i386 libc6-dbg:i386
36-
# Fetch a Rebol bootstrap binary, which is needed for building Rebol.
37-
- wget http://www.rebol.com/r3/downloads/r3-a111-4-2.tar.gz
38-
- tar xvzf r3-a111-4-2.tar.gz
39-
- cp r3 make/r3-make
4036

4137
script:
4238
- cd make/
43-
- make make OS_ID=${OS_ID}
39+
- prebuild/r3-make-linux -qs ../src/tools/make-make.r ${OS_ID}
4440
- make clean prep r3
4541
- valgrind --error-exitcode=42 --leak-check=full ./r3 --do 'print {Hello!}'

0 commit comments

Comments
 (0)