Skip to content
Snippets Groups Projects
Commit 7ea27531 authored by Lennart Goedhart's avatar Lennart Goedhart
Browse files

Use version variables correctly in .travis.yml

parent 433210a1
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,11 @@ android:
- tools
# Build tools
- build-tools-ANDROID_BUILD_TOOLS_VERSION
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
# SDK Versions
- android-EMULATOR_API_LEVEL
- android-ANDROID_API_LEVEL
- android-$EMULATOR_API_LEVEL
- android-$ANDROID_API_LEVEL
# Support library
- extra-android-support
......@@ -45,10 +45,11 @@ android:
- sys-img-$ANDROID_ABI-$ANDROID_API_LEVEL
- sys-img-$ANDROID_ABI-$EMULATOR_API_LEVEL
licenses:
- android-sdk-preview-license-.+
- android-sdk-license-.+
- google-gdk-license-.+
- android-sdk-preview-license-.+
before_script:
# Create and start emulator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment