Skip to content

Commit 5a8fd18

Browse files
committed
Update .travis.yml
1 parent cdb93a1 commit 5a8fd18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@ android:
22
components:
33
- tools
44
- platform-tools
5-
- build-tools-28.0.2
5+
- build-tools-28.0.3
66
- android-28
77
- extra-android-m2repository
88
- sys-img-armeabi-v7a-android-21
99

10+
before_install:
11+
- sudo pip install --upgrade pip
12+
- sudo pip install six
13+
1014
install:
1115
- echo no | npm install -g nativescript
1216
- tns usage-reporting disable

0 commit comments

Comments
 (0)