We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f5806 commit 9758c1bCopy full SHA for 9758c1b
.travis.yml
@@ -9,8 +9,8 @@ env:
9
10
android:
11
components:
12
-# - platform-tools
13
-# - tools
+ - platform-tools
+ - tools
14
- build-tools-$BUILD_TOOLS_VERSION
15
- android-$COMPILE_SDK_VERSION
16
# - extra-android-m2repository
@@ -26,5 +26,5 @@ before_install:
26
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
27
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
28
29
- notifications:
30
- email: true
+notifications:
+ email: false
0 commit comments