We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdea3c9 + 8d468a6 commit d0730b6Copy full SHA for d0730b6
.travis.yml
@@ -12,6 +12,6 @@ before_deploy:
12
deploy:
13
provider: script
14
script: npm publish ./.build
15
- on:
+ on:
16
tags: true
17
branch: master
test/helpers/load_creds.js
@@ -17,8 +17,9 @@ import fs from 'fs';
* 3. If the first two are not present, fall back to mock creds. This will work for the
18
* unit tests via Nock but the integration tests will not pass without valid creds.
19
*/
20
+
21
export default function() {
- // set default client values
22
+ // set default client values obj
23
const defaultCreds = {
24
appName: 'myapp',
25
appVersion: '1.0',
0 commit comments