Skip to content

Commit 8853d11

Browse files
authoredFeb 18, 2018
Merge pull request #3 from EddyVerbruggen/lotsa-things
Lots of changes
2 parents a82675d + 36d4de4 commit 8853d11

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+192
-123
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.idea/
12
package-lock.json
23
node_modules
34
platforms/

‎.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ matrix:
4949
jdk: oraclejdk8
5050
before_install: nvm install 8.6.0
5151
script:
52-
- npm run ci.android.build
52+
- npm run android.build
5353
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $ANDROID_SAUCE_STORAGE --data-binary @$ANDROID_PACKAGE_FOLDER/$ANDROID_PACKAGE"
5454
- os: osx
5555
env:
@@ -60,7 +60,7 @@ matrix:
6060
node_js: "8"
6161
jdk: oraclejdk8
6262
script:
63-
- npm run ci.ios.build
63+
- npm run ios.build
6464
- cd $IOS_PACKAGE_FOLDER && zip -r $IOS_PACKAGE nativescriptvueuitests.app/ &> /dev/null
6565
- echo $SAUCE_USER:$SAUCE_KEY
6666
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $IOS_SAUCE_STORAGE --data-binary @$IOS_PACKAGE_FOLDER/$IOS_PACKAGE"

0 commit comments

Comments
 (0)