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:
- OPTS="--quiet --jerry-tests --jerry-test-suite --unittests"
os: osx
osx_image: xcode11.4
addons:
homebrew:
packages: [cmake, cppcheck, vera++]