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

Commit 71e9f51

Browse files
travis
1 parent a3eadd1 commit 71e9f51

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ install:
2020
- echo no | npm install -g nativescript
2121
- tns usage-reporting disable
2222
- tns error-reporting disable
23-
- cd demo
24-
- npm run build.plugin
23+
- cd src
24+
- npm i
25+
- npm run build
26+
- cd ../demo
2527
- npm i
2628

2729
script:

0 commit comments

Comments
 (0)