@@ -14,8 +14,8 @@ before_install:
14
14
- sudo apt-get install -y libjavascriptcoregtk-3.0-bin
15
15
- wget https://aka.ms/chakracore/cc_linux_x64_1_8_1 -O chakra-core.tar.gz
16
16
- tar xvzf chakra-core.tar.gz
17
- - wget https://github.com/oracle/graal/releases/download/vm-1.0.0-rc4 /graalvm-ce-1.0.0-rc4 -linux-amd64.tar.gz
18
- - tar xzf graalvm-ce-1.0.0-rc4 -linux-amd64.tar.gz
17
+ - wget https://github.com/oracle/graal/releases/download/vm-1.0.0-rc6 /graalvm-ce-1.0.0-rc6 -linux-amd64.tar.gz
18
+ - tar xzf graalvm-ce-1.0.0-rc6 -linux-amd64.tar.gz
19
19
20
20
before_script :
21
21
- script/bootstrap
@@ -55,7 +55,7 @@ script:
55
55
- grep '0 failures, 0 errors.' test-out.txt
56
56
- ./ChakraCoreFiles/bin/ch builds/out-adv/core-advanced-test.js | tee test-out.txt
57
57
- grep '0 failures, 0 errors.' test-out.txt
58
- - ./graalvm-ce-1.0.0-rc4 /bin/js builds/out-adv/core-advanced-test.js | tee test-out.txt
58
+ - ./graalvm-ce-1.0.0-rc6 /bin/js builds/out-adv/core-advanced-test.js | tee test-out.txt
59
59
- grep '0 failures, 0 errors.' test-out.txt
60
60
- script/test-self-host | tee test-out.txt
61
61
- grep '0 failures, 0 errors.' test-out.txt
@@ -67,5 +67,5 @@ script:
67
67
- grep '0 failures, 0 errors.' test-out.txt
68
68
- script/test-cli rhino | tee test-out.txt
69
69
- grep '0 failures, 0 errors.' test-out.txt
70
- - PATH=`pwd`/graalvm-ce-1.0.0-rc4 /bin:$PATH script/test-cli graaljs | tee test-out.txt
70
+ - PATH=`pwd`/graalvm-ce-1.0.0-rc6 /bin:$PATH script/test-cli graaljs | tee test-out.txt
71
71
- grep '0 failures, 0 errors.' test-out.txt
0 commit comments