Skip to content

Commit d58d7fa

Browse files
committed
fix: build compiler
1 parent a913e78 commit d58d7fa

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
@@ -30,7 +30,7 @@ matrix:
3030
node_js: "11"
3131
jdk: oraclejdk8
3232
script:
33-
- npm ci && npm run dev:core
33+
- npm ci && npm run dev:core && npm run dev:compiler
3434
- cd samples && npm i && tns build ios --copy-to "./outputs/nativescript-vue-tests.app"
3535
- cd $IOS_PACKAGE_FOLDER_VUE && zip -r $IOS_PACKAGE_VUE nativescript-vue-tests.app
3636
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $SAUCE_STORAGE/$IOS_PACKAGE_VUE?overwrite=true --data-binary @$IOS_PACKAGE_FOLDER_VUE/$IOS_PACKAGE_VUE"
@@ -42,7 +42,7 @@ matrix:
4242
jdk: oraclejdk8
4343
before_install: nvm install 11
4444
script:
45-
- npm ci && npm run dev:core
45+
- npm ci && npm run dev:core && npm run dev:compiler
4646
- cd samples && npm i && tns build android --copy-to "./outputs/nativescript-vue-tests.apk"
4747
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $SAUCE_STORAGE/$ANDROID_PACKAGE_VUE?overwrite=true --data-binary @$ANDROID_PACKAGE_FOLDER_VUE/$ANDROID_PACKAGE_VUE"
4848
- stage: "UI Tests"

0 commit comments

Comments
 (0)