@@ -14,8 +14,8 @@ before_install:
1414 - sudo apt-get install -y libjavascriptcoregtk-3.0-bin
1515 - wget https://aka.ms/chakracore/cc_linux_x64_1_8_1 -O chakra-core.tar.gz
1616 - 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
1919
2020before_script :
2121 - script/bootstrap
@@ -55,7 +55,7 @@ script:
5555 - grep '0 failures, 0 errors.' test-out.txt
5656 - ./ChakraCoreFiles/bin/ch builds/out-adv/core-advanced-test.js | tee test-out.txt
5757 - 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
5959 - grep '0 failures, 0 errors.' test-out.txt
6060 - script/test-self-host | tee test-out.txt
6161 - grep '0 failures, 0 errors.' test-out.txt
@@ -67,5 +67,5 @@ script:
6767 - grep '0 failures, 0 errors.' test-out.txt
6868 - script/test-cli rhino | tee test-out.txt
6969 - 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
7171 - grep '0 failures, 0 errors.' test-out.txt
0 commit comments