Index: .travis.yml |
diff --git a/.travis.yml b/.travis.yml |
index 3fc2499d916334f508f36eba6a4cf1186eeacd75..0f94d8a29f9433a1d2b0ef94e139c51a85253c76 100644 |
--- a/.travis.yml |
+++ b/.travis.yml |
@@ -34,14 +34,14 @@ before_script: |
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi |
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install p7zip; fi |
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-7 CC=gcc-7; fi |
- - bash .travis/prepare-prebuilt-v8.sh |
+ - make get-prebuilt-v8 |
- ./ensure_dependencies.py |
- if [[ "${TARGET_OS}" == "android" && "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip -O third_party/android-ndk.zip ; fi |
- if [[ "${TARGET_OS}" == "android" && "$TRAVIS_OS_NAME" == "osx" ]]; then wget https://dl.google.com/android/repository/android-ndk-r16b-darwin-x86_64.zip -O third_party/android-ndk.zip ; fi |
- if [[ "${TARGET_OS}" == "android" ]]; then unzip -q third_party/android-ndk.zip -d third_party/ ; fi |
script: |
- - make ${BUILD_ACTION} LIBV8_LIB_DIR=../third_party/prebuilt-v8/ LIBV8_INCLUDE_DIR=third_party/prebuilt-v8/include |
+ - make ${BUILD_ACTION} |
notifications: |
email: false |