Skip to content

Commit 27ef702

Browse files
Dimitar TodorovDimitar Todorov
authored andcommitted
Fix: demo-angular path
1 parent a40938a commit 27ef702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ matrix:
5757
before_script: pod repo update
5858
script:
5959
- cd src && npm run build.iosOnly
60-
- cd ../demo-ng && npm i && tns build ios --bundle --env.uglify --env.aot
60+
- cd ../demo-angular && npm i && tns build ios --bundle --env.uglify --env.aot
6161
- language: android
6262
os: linux
6363
env:
@@ -87,7 +87,7 @@ matrix:
8787
before_install: nvm install 8
8888
script:
8989
- cd src && npm run build
90-
- cd ../demo-ng && npm i && tns build android --bundle --env.uglify --env.snapshot --env.aot
90+
- cd ../demo-angular && npm i && tns build android --bundle --env.uglify --env.snapshot --env.aot
9191
- language: android
9292
env:
9393
- BuildAndroid="28"
@@ -104,7 +104,7 @@ matrix:
104104
jdk: oraclejdk8
105105
before_install: nvm install 8.11.4
106106
script:
107-
- cd ../demo-angular && npm run ci.android.build
107+
- cd demo-angular && npm run ci.android.build
108108
- os: osx
109109
env:
110110
- BuildiOS="12.0"

0 commit comments

Comments
 (0)