We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb93a1 commit 5a8fd18Copy full SHA for 5a8fd18
.travis.yml
@@ -2,11 +2,15 @@ android:
2
components:
3
- tools
4
- platform-tools
5
- - build-tools-28.0.2
+ - build-tools-28.0.3
6
- android-28
7
- extra-android-m2repository
8
- sys-img-armeabi-v7a-android-21
9
10
+before_install:
11
+ - sudo pip install --upgrade pip
12
+ - sudo pip install six
13
+
14
install:
15
- echo no | npm install -g nativescript
16
- tns usage-reporting disable
0 commit comments