Index: .travis.yml |
=================================================================== |
--- a/.travis.yml |
+++ b/.travis.yml |
@@ -2,25 +2,29 @@ |
os: |
- linux |
- osx |
dist: trusty |
sudo: false |
+compiler: clang |
+ |
addons: |
apt: |
sources: |
- 'ubuntu-toolchain-r-test' |
+ - llvm-toolchain-trusty-4.0 |
packages: |
- binutils-gold |
- libcurl4-openssl-dev |
- g++-7 |
- p7zip-full |
+ - clang-4.0 |
python: '2.7' |
env: |
global: |
- URL_PREFIX=https://v8.eyeofiles.com/v8-4fc9a2fe7f8a7ef1e7966185b39b3b541792669a/ |
- ANDROID_NDK_ROOT=${TRAVIS_BUILD_DIR}/third_party/android-ndk-r16b |
matrix: |