Skip to content

Commit

Permalink
CLJS-3051: Update to Graal RC12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Mar 1, 2019
1 parent 0c353f1 commit 230e46a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -14,8 +14,8 @@ before_install:
- sudo apt-get install -y libjavascriptcoregtk-3.0-bin - sudo apt-get install -y libjavascriptcoregtk-3.0-bin
- wget https://aka.ms/chakracore/cc_linux_x64_1_8_1 -O chakra-core.tar.gz - wget https://aka.ms/chakracore/cc_linux_x64_1_8_1 -O chakra-core.tar.gz
- tar xvzf chakra-core.tar.gz - tar xvzf chakra-core.tar.gz
- wget https://github.com/oracle/graal/releases/download/vm-1.0.0-rc6/graalvm-ce-1.0.0-rc6-linux-amd64.tar.gz - wget https://github.com/oracle/graal/releases/download/vm-1.0.0-rc12/graalvm-ce-1.0.0-rc12-linux-amd64.tar.gz
- tar xzf graalvm-ce-1.0.0-rc6-linux-amd64.tar.gz - tar xzf graalvm-ce-1.0.0-rc12-linux-amd64.tar.gz


before_script: before_script:
- script/bootstrap - script/bootstrap
Expand Down Expand Up @@ -55,7 +55,7 @@ script:
- grep '0 failures, 0 errors.' test-out.txt - grep '0 failures, 0 errors.' test-out.txt
- ./ChakraCoreFiles/bin/ch builds/out-adv/core-advanced-test.js | tee test-out.txt - ./ChakraCoreFiles/bin/ch builds/out-adv/core-advanced-test.js | tee test-out.txt
- grep '0 failures, 0 errors.' test-out.txt - grep '0 failures, 0 errors.' test-out.txt
- ./graalvm-ce-1.0.0-rc6/bin/js builds/out-adv/core-advanced-test.js | tee test-out.txt - ./graalvm-ce-1.0.0-rc12/bin/js builds/out-adv/core-advanced-test.js | tee test-out.txt
- grep '0 failures, 0 errors.' test-out.txt - grep '0 failures, 0 errors.' test-out.txt
- script/test-self-host | tee test-out.txt - script/test-self-host | tee test-out.txt
- grep '0 failures, 0 errors.' test-out.txt - grep '0 failures, 0 errors.' test-out.txt
Expand All @@ -67,5 +67,5 @@ script:
- grep '0 failures, 0 errors.' test-out.txt - grep '0 failures, 0 errors.' test-out.txt
- script/test-cli rhino | tee test-out.txt - script/test-cli rhino | tee test-out.txt
- grep '0 failures, 0 errors.' test-out.txt - grep '0 failures, 0 errors.' test-out.txt
- PATH=`pwd`/graalvm-ce-1.0.0-rc6/bin:$PATH script/test-cli graaljs | tee test-out.txt - PATH=`pwd`/graalvm-ce-1.0.0-rc12/bin:$PATH script/test-cli graaljs | tee test-out.txt
- grep '0 failures, 0 errors.' test-out.txt - grep '0 failures, 0 errors.' test-out.txt

0 comments on commit 230e46a

Please sign in to comment.