Skip to content

Commit

Permalink
fix: shared semantic-release and renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Nov 9, 2018
1 parent a055509 commit 74e15f0
Show file tree
Hide file tree
Showing 5 changed files with 9,094 additions and 6,605 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
language: node_js
node_js:
- 'stable'

- '8'
yarn: true
cache:
directories:
- node_modules

after_success:
- echo "Preparing AWS Lambda Deploy"
- npm install -g serverless
- sls deploy
script:
- yarn test && yarn travis-deploy-once "yarn semantic-release"

after_success:
- echo "Preparing AWS Lambda Deploy"
- yarn global add serverless
- sls deploy
# deploy:
# provider: script
# script: ./scripts/deploy.sh
Expand Down
Loading

0 comments on commit 74e15f0

Please sign in to comment.