Skip to content

Commit c8d028c

Browse files
authored
chore(build): Fix build
1 parent 8da525c commit c8d028c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ matrix:
3333
- npm run ngc
3434
- cd ..
3535
script:
36+
- cd nativescript-angular
3637
- tns build ios
37-
- cd tests
38+
- cd ../tests
3839
- npm install
3940
- language: android
4041
os: linux
@@ -52,8 +53,9 @@ matrix:
5253
- android-wait-for-emulator
5354
- adb shell input keyevent 82 &
5455
script:
56+
- cd nativescript-angular
5557
- tns build android
56-
- cd tests
58+
- cd ../tests
5759
- npm install
5860

5961
android:

0 commit comments

Comments
 (0)