Skip to content

Commit d0730b6

Browse files
authored
Merge pull request #92 from avadev/dc3665
updating readme
2 parents fdea3c9 + 8d468a6 commit d0730b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ before_deploy:
1212
deploy:
1313
provider: script
1414
script: npm publish ./.build
15-
on:
15+
on:
1616
tags: true
1717
branch: master

test/helpers/load_creds.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ import fs from 'fs';
1717
* 3. If the first two are not present, fall back to mock creds. This will work for the
1818
* unit tests via Nock but the integration tests will not pass without valid creds.
1919
*/
20+
2021
export default function() {
21-
// set default client values
22+
// set default client values obj
2223
const defaultCreds = {
2324
appName: 'myapp',
2425
appVersion: '1.0',

0 commit comments

Comments
 (0)