Skip to content

Commit c9aaad9

Browse files
author
Dimitar Todorov
committed
Fix: path to demo-angular in ui-tests run
1 parent b44f206 commit c9aaad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ matrix:
176176
node_js: "8"
177177
script:
178178
- npm i -g appium
179-
- cd demo-ng && npm i
179+
- cd demo-angular && npm i
180180
- travis_wait travis_retry npm run e2e -- --runType sim.iPhoneX --sauceLab --appPath $IOS_PACKAGE_NG
181181

182182
android:

0 commit comments

Comments
 (0)