Skip to content

Commit

Permalink
refactor: Only support Node 10+.
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Only Node 10+ has full support. Some functions might not work on older versions of Node.
  • Loading branch information
dsherret committed Feb 8, 2020
1 parent f0c881c commit 2339210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "8"
- "10"
before_script:
- yarn bootstrap
- travis_wait yarn build
Expand Down

0 comments on commit 2339210

Please sign in to comment.