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

Commit 208df15

Browse files
travis
1 parent 337cc5e commit 208df15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ install:
2020
- echo no | npm install -g nativescript
2121
- tns usage-reporting disable
2222
- tns error-reporting disable
23-
- npm install
2423
- cd src
24+
- npm install
2525
- npm run setup
2626

2727
script:
@@ -52,7 +52,7 @@ matrix:
5252
- Webpack="Android"
5353
jdk: oraclejdk8
5454
before_install: nvm install 6.10.3
55-
script: cd ../demo && npm run build-android-bundle
55+
script: cd ../demo && npm run build-android-bundle
5656
- stage: "Build"
5757
env:
5858
- BuildAndroid="25"

0 commit comments

Comments
 (0)