Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into renovate/google-gax-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Aug 22, 2018
2 parents 003aa67 + bd101fe commit d0c89df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- image: 'node:6'
user: node
steps: &unit_tests_steps
- checkout
- checkout
- run: &npm_install_and_link
name: Install and link the module
command: |-
Expand All @@ -69,7 +69,7 @@ jobs:
NPM_CONFIG_PREFIX: /home/node/.npm-global
- run: npm test
- run: node_modules/.bin/codecov

node8:
docker:
- image: 'node:8'
Expand Down Expand Up @@ -165,4 +165,4 @@ jobs:
steps:
- checkout
- run: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
- run: npm publish --access=public
- run: npm publish --access=public

0 comments on commit d0c89df

Please sign in to comment.