Skip to content

Commit f15218b

Browse files
abby-sergzxxxz
authored andcommitted
try to specify V8 commits and add V8 6.5 to CI
1 parent b7df15e commit f15218b

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,17 @@ python: '2.7'
2222

2323
env:
2424
global:
25-
- URL_PREFIX=https://v8.eyeofiles.com/v8-4fc9a2fe7f8a7ef1e7966185b39b3b541792669a/
25+
- URL_PREFIX=https://v8.eyeofiles.com/v8-${!V8_COMMIT}/
2626
- ANDROID_NDK_ROOT=${TRAVIS_BUILD_DIR}/third_party/android-ndk-r16b
2727
- libv8_show_warnings="true"
2828
matrix:
29-
- ABP_OS_SCRIPT=nix
30-
- ABP_OS_SCRIPT=android
29+
# 6.7.288.11
30+
- V8_COMMIT=4fc9a2fe7f8a7ef1e7966185b39b3b541792669a ABP_OS_SCRIPT=nix
31+
- V8_COMMIT=4fc9a2fe7f8a7ef1e7966185b39b3b541792669a ABP_OS_SCRIPT=android
32+
# https://github.com/adblockplus/v8-googlesource/commit/3cdaf01c4043e19965efc5ef48df5314960b898f
33+
# 6.5.254.41
34+
- V8_COMMIT=3cdaf01c4043e19965efc5ef48df5314960b898f ABP_OS_SCRIPT=nix
35+
- V8_COMMIT=3cdaf01c4043e19965efc5ef48df5314960b898f ABP_OS_SCRIPT=android
3136

3237
before_script:
3338
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi

0 commit comments

Comments
 (0)