Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8da525c

Browse files
authoredFeb 9, 2018
chore(build): Adding missing build entries
1 parent e16f6e5 commit 8da525c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ matrix:
3333
- npm run ngc
3434
- cd ..
3535
script:
36+
- tns build ios
3637
- cd tests
3738
- npm install
3839
- language: android
@@ -51,6 +52,7 @@ matrix:
5152
- android-wait-for-emulator
5253
- adb shell input keyevent 82 &
5354
script:
55+
- tns build android
5456
- cd tests
5557
- npm install
5658

0 commit comments

Comments
 (0)
Please sign in to comment.