Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
chore: try to release automatically
Browse files Browse the repository at this point in the history
Travis is skipping deployment for some reason on the master branch
  • Loading branch information
Mardaneus86 committed Nov 7, 2017
1 parent de30e44 commit fa1fd6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ before_script:
- export TM_VERSION=$(npm run semantic-release:dry | grep "The next release version is " | sed 's/[^0-9.]*\([0-9.]*\).*/\1/')
script:
- npm run build:production
after_success:
- npm run semantic-release
env:
- NPM_TOKEN="00000000-0000-0000-0000-000000000000"
branches:
Expand All @@ -24,9 +22,6 @@ deploy:
provider: releases
api_key:
secure: "itypG5lXUZkA647w7CUiagtzgr617UA640j17OFgzsChADpmilsdsEHV8afcuzts/CO+nzxbCO42X6jeBjYKEMvSSe1DInXCy9p0OcryUvTYsTM2zYvqTRn7syF5cN+2B3BTIQERk8nct+mao0p9iKDRvna9l6OI2MGLHm6nEsP/b4VmYMJwemleLY+dHeBLF1eSlEvg6sOHf8MZp6+OU78tUUUfb6+EW0+EpOomf4FG5D+XJn0Q7naMc6L4ehI8lvxcbuM7ECVgXBcw0ixnC/OS/JcpFYlNFHjTUqK/WDXWvoMkJPWff/+2SPYk0bnFJRI7LGCqF1DP0Yzn8Sz+TsNwkJ/plWNgZmq1GC1rEl3fVxHNRwQXb0Qu66BeK/5qJqsvZ1DW+96OwGPEYnUZBAqCVLK/4IHg1yDFTWsSs+sB+ECJNmRsXVF9dLluA3qtKlkujkTcrl5iNXptBx0czRwEvZmzZfEL8OS6naEIc396wEs4YT02vRsg8wp4psMW7YnetDcnVbqcNT9I0leFCSd7MKVFQLVfs5ybhXpb40Eo/+luq6N45GFMS+QazMnoyggAqtZ/g8HoCE0K+pK6YzbrboXeMui50yzMwwRWojM+XFSIKzcSOYP7AWWof66RKfOHqlBVYw8nhFsJ3xRQxzfp6528hZeJpWvRBFzHjbU="
branches:
only:
- master
file:
- dist/fut-enhancer.user.js
skip_cleanup: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run standards:watch & webpack --watch",
"build": "npm run standards && webpack",
"build:production": "npm run standards && webpack --config webpack.config.prd.js",
"build:production": "npm run standards && npm run semantic-release:dry && webpack --config webpack.config.prd.js",
"standards": "eslint .",
"standards:watch": "esw --watch",
"semantic-release:dry": "semantic-release --dry-run",
Expand Down

0 comments on commit fa1fd6a

Please sign in to comment.