Skip to content

Commit 613d78d

Browse files
authored
chore(build): Adding tests to travis build
1 parent c0eb376 commit 613d78d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
- ANDROID_BUILD_TOOLS_VERSION=26.0.2
88
- ANDROID_ABI=armeabi-v7a
99
- APPIUM_VERSION=1.7.0
10-
- EMULATOR_NAME=test
10+
- EMULATOR_NAME=Emulator-Api22-Default
1111
- ANDROID_TAG=google_apis
1212

1313
matrix:
@@ -40,6 +40,8 @@ matrix:
4040
- npm run ngc
4141
- cd ../tests
4242
- tns build ios
43+
- tns test ios --justlaunch --emulator
44+
- npm run e2e -- --runType sim.iPhone8.iOS112
4345
- os: osx
4446
env:
4547
- Build="iOS"
@@ -58,6 +60,8 @@ matrix:
5860
- npm run ngc
5961
- cd ../tests
6062
- tns build ios
63+
- tns test ios --justlaunch --emulator
64+
- npm run e2e -- --runType sim.iPhone8.iOS112
6165
- language: android
6266
node_js: "6"
6367
os: linux
@@ -80,6 +84,8 @@ matrix:
8084
- npm run ngc
8185
- cd ../tests
8286
- tns build android
87+
- tns test android --justlaunch --emulator
88+
- npm run e2e -- --runType android22
8389
- language: android
8490
node_js: "8"
8591
os: linux
@@ -102,6 +108,8 @@ matrix:
102108
- npm run ngc
103109
- cd ../tests
104110
- tns build android
111+
- tns test android --justlaunch --emulator
112+
- npm run e2e -- --runType android22
105113

106114
android:
107115
components:

0 commit comments

Comments
 (0)