Skip to content

Commit

Permalink
Test different way of specifying branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeshA committed Jul 2, 2019
1 parent 73e5f47 commit 5f34081
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
stages:
- name: deploy
if: branch = master

jobs:
include:
- stage: npm release
Expand All @@ -13,4 +11,5 @@ jobs:
provider: npm
api_key:
secure: LevQXRIwX6H3i358NFEEq9vXf7YBwN1jauPIHvF5EGAaqmeED412rEoQGSSN9wvMwXz7puzNekRNBou3idJXLqltB1sSpETCes8XWvFtcak6/i794nftOBj0WKk3bzCFE9XKpXS8MLXVPNzxDbNhLJFQ1JYHTfg9wNXuK9gohbTd5jASGrIczXjMnujJUYOywFloBkIbxwyQBjbQAxu8qXpjUh+03PZbbi3GrtM5XVC/p4g7qgMSigJsp/J8vpTuOKEAmxXQySir3d7sF1WFhArzJJThyQlfnfMrd3QRzETcVUWsIRAlcNiIZ33W2jjEKwoSdaOk6LLDyxk+9DUEx2E7Ono9aHwFbLdzEYjKYy3ZRrfHGsvFIAv1dr/aLBF1p0CpznGkukvscSOS8XItGico8+akMOwzSXi7QGHPYYI20pPbbtW5wbh0s4Aj1B7oskNkRTex1cQf9dVN/pnCjWGd6PP5UMpblclOTuFUWFzv5lUF/g+zMMwAXTWfe9zTdNTCtyrpqRv8HQWnNVw7GN6WHNkameMxVUvHLeyTKN2Xoh/OwoxKKP6/Y0wMbJxhQCMl++in/RN2nn9+Uj7s+0xWPHmxRSYXtq7AMPva+oqOuvWj++bDkU41RCTtpoe0FdnMZpg4lgbLB73ZDBKs1GRT5eEXgyuh6cbrPFZbtpU=
on: deploy-npm-release
on:
branch: master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sciris-js",
"version": "0.2.13",
"version": "0.2.14",
"license": "MIT",
"author": "Sciris <[email protected]>",
"repository": {
Expand Down

0 comments on commit 5f34081

Please sign in to comment.