Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into ava-to-mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Nov 6, 2018
2 parents 2b2d3f8 + 80d63ef commit 34fb3d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ jobs:
command: npm run system-test
environment:
GCLOUD_PROJECT: long-door-651
GOOGLE_APPLICATION_CREDENTIALS: .circleci/key.json
GOOGLE_APPLICATION_CREDENTIALS: /home/node/project/.circleci/key.json
NPM_CONFIG_PREFIX: /home/node/.npm-global
- run:
name: Remove unencrypted key.
command: |
Expand Down
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/*
samples/node_modules/*
src/**/doc/*
build/

0 comments on commit 34fb3d9

Please sign in to comment.