Skip to content

Commit beda97e

Browse files
Merge pull request #107 from NativeScript/lini/fix-ios-travis
fix: iOS travis builds
2 parents 539682c + 3bbca5a commit beda97e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,16 @@ android:
6262
components:
6363
- tools
6464
- platform-tools
65-
- build-tools-28.0.2
65+
- build-tools-28.0.3
6666
- android-28
6767
- extra-android-m2repository
6868
- sys-img-armeabi-v7a-android-21
6969

70+
before_install:
71+
- sudo pip install --upgrade pip
72+
- sudo pip install six
73+
7074
install:
7175
- echo no | npm install -g nativescript
7276
- tns usage-reporting disable
73-
- tns error-reporting disable
77+
- tns error-reporting disable

0 commit comments

Comments
 (0)