Skip to content

Commit aa4494a

Browse files
authored
Merge pull request #832 from watson-developer-cloud/downgrade-dotenv-for-compatibility
fix: use dotenv v5 to maintain node 4.x compatibility
2 parents c19f63f + d042a49 commit aa4494a

File tree

3 files changed

+2295
-2189
lines changed

3 files changed

+2295
-2189
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ script:
1414
- tsc
1515
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test-travis; else npm run
1616
test-unit-travis; fi
17+
- npm run check-packages
1718
- sh scripts/typedoc/generate_typedoc.sh
1819
after_success:
1920
- npm run report-coverage

0 commit comments

Comments
 (0)