Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 38e38e3

Browse files
travis
1 parent 208df15 commit 38e38e3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ install:
2020
- echo no | npm install -g nativescript
2121
- tns usage-reporting disable
2222
- tns error-reporting disable
23-
- cd src
24-
- npm install
25-
- npm run setup
23+
- cd demo
24+
- npm i
2625

2726
script:
2827

@@ -45,14 +44,14 @@ matrix:
4544
before_install:
4645
- gem install cocoapods
4746
- pod repo update
48-
script: cd ../demo && npm run build-ios-bundle
47+
script: npm run build-ios-bundle
4948
- language: android
5049
os: linux
5150
env:
5251
- Webpack="Android"
5352
jdk: oraclejdk8
5453
before_install: nvm install 6.10.3
55-
script: cd ../demo && npm run build-android-bundle
54+
script: npm run build-android-bundle
5655
- stage: "Build"
5756
env:
5857
- BuildAndroid="25"
@@ -61,7 +60,7 @@ matrix:
6160
jdk: oraclejdk8
6261
before_install: nvm install 6.10.3
6362
script:
64-
- cd ../demo && tns build android
63+
- cd tns build android
6564
- os: osx
6665
env:
6766
- BuildiOS="10.3"
@@ -74,4 +73,4 @@ matrix:
7473
- gem install cocoapods
7574
- pod repo update
7675
script:
77-
- cd ../demo && tns build ios
76+
- cd tns build ios

0 commit comments

Comments
 (0)