Skip to content

Commit

Permalink
Merge pull request #29 from motiz88/tweak-semantic-release
Browse files Browse the repository at this point in the history
Tweak semantic release process
  • Loading branch information
motiz88 authored May 20, 2018
2 parents 1647197 + 7d29a47 commit 8d7dd59
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1,579 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ node_js:
- 6
- 8
- 10
install:
- yarn install --production=true
- yarn install --production=false --ignore-engines
after_success:
- yarn build && yarn semantic-release
- yarn build
- which npx && npx travis-deploy-once "npx semantic-release@15"
branches:
except:
- /^v\d+\.\d+\.\d+$/
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build":
"babel src --copy-files --out-dir dist --ignore *.test.js,__tests__,__mocks__",
"watch": "npm run build -- --watch",
"prepublish": "BABEL_ENV=production npm run build",
"prepublishOnly": "BABEL_ENV=production npm run build",
"dev": "babel-node src",
"test": "if-env CI=true && npm run ci || jest --watchAll",
"ci": "jest --ci --coverage && codecov",
Expand All @@ -32,7 +32,6 @@
"mock-git": "^2.0.0",
"mz": "^2.6.0",
"pmock": "^0.2.3",
"semantic-release": "^15.4.1",
"shx": "^0.2.2",
"tmp-promise": "^1.0.3"
},
Expand Down
Loading

0 comments on commit 8d7dd59

Please sign in to comment.