Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #26 from tingwei628/bugfix
Browse files Browse the repository at this point in the history
update node version when running Travis CI
  • Loading branch information
tingwei628 committed Aug 22, 2020
2 parents 6ab4a4c + 3ea0022 commit 70d16ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "9"
- "12"
# whitelist
branches:
only:
Expand All @@ -19,4 +19,4 @@ jobs:
script:
- npm run build
after_script:
- npm run coverage
- npm run coverage

0 comments on commit 70d16ad

Please sign in to comment.