Skip to content

Commit

Permalink
Merge pull request #343 from BranchMetrics/test-npm-version
Browse files Browse the repository at this point in the history
Test npm version
  • Loading branch information
ethanneff authored Jul 11, 2017
2 parents 1868825 + 30349ba commit b7b2d62
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ node_js:
before_install:
- npm i -g npm@^2.0.0
before_script:
- curl -Lo travis_after_all.py https://git.io/vLSON
- npm prune
script:
- npm run prerelease
after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
- python travis_after_all.py
- export $(cat .to_export_back) &> /dev/null
- echo $TRAVIS_PULL_REQUEST
- ls
- test "$TRAVIS_PULL_REQUEST" == "false" && npm run semantic-release
- npm run semantic-release
branches:
only:
- master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "branch-cordova-sdk",
"description": "Branch Metrics Cordova SDK",
"main": "src/branch.js",
"version": "2.6.2",
"version": "2.6.3",
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugin.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="branch-cordova-sdk"
version="2.6.2">
version="2.6.3">

<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->

Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="branch-cordova-sdk"
version="2.6.2">
version="2.6.3">

<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->

Expand Down

0 comments on commit b7b2d62

Please sign in to comment.