Update Travis build for OSx (#3721)

So far Travis doesn't support 10.15 (Catalina), but it does support a newer version (10.14, Mojave) than what we've been using (10.13, High Sierra).
This updates clang version too from 9.1.0 to 11.0.3.

JerryScript-DCO-1.0-Signed-off-by: Daniella Barsony bella@inf.u-szeged.hu
This commit is contained in:
Daniella Barsony
2020-05-06 14:01:03 +02:00
committed by GitHub
parent 409e1fec5f
commit 8d08cec349
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ matrix:
env: env:
- OPTS="--quiet --jerry-tests --jerry-test-suite --unittests" - OPTS="--quiet --jerry-tests --jerry-test-suite --unittests"
os: osx os: osx
osx_image: xcode11.4
addons: addons:
homebrew: homebrew:
packages: [cmake, cppcheck, vera++] packages: [cmake, cppcheck, vera++]
+1 -1
View File
@@ -2043,7 +2043,7 @@ scanner_create_variables (parser_context_t *context_p, /**< context */
#endif /* ENABLED (JERRY_ES2015) */ #endif /* ENABLED (JERRY_ES2015) */
parser_emit_cbc_literal_value (context_p, parser_emit_cbc_literal_value (context_p,
opcode, (uint16_t) opcode,
function_map_p[1].map_to, function_map_p[1].map_to,
scanner_decode_map_to (function_map_p)); scanner_decode_map_to (function_map_p));
continue; continue;