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.
2 parents 539682c + 3bbca5a commit beda97eCopy full SHA for beda97e
1 file changed
src/.travis.yml
@@ -62,12 +62,16 @@ android:
62
components:
63
- tools
64
- platform-tools
65
- - build-tools-28.0.2
+ - build-tools-28.0.3
66
- android-28
67
- extra-android-m2repository
68
- sys-img-armeabi-v7a-android-21
69
70
+before_install:
71
+ - sudo pip install --upgrade pip
72
+ - sudo pip install six
73
+
74
install:
75
- echo no | npm install -g nativescript
76
- tns usage-reporting disable
- - tns error-reporting disable
77
+ - tns error-reporting disable
0 commit comments