We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da525c commit c8d028cCopy full SHA for c8d028c
.travis.yml
@@ -33,8 +33,9 @@ matrix:
33
- npm run ngc
34
- cd ..
35
script:
36
+ - cd nativescript-angular
37
- tns build ios
- - cd tests
38
+ - cd ../tests
39
- npm install
40
- language: android
41
os: linux
@@ -52,8 +53,9 @@ matrix:
52
53
- android-wait-for-emulator
54
- adb shell input keyevent 82 &
55
56
57
- tns build android
58
59
60
61
android:
0 commit comments