Skip to content

Commit

Permalink
Merge pull request #16 from richarddd/master
Browse files Browse the repository at this point in the history
Update supported runtimes
  • Loading branch information
alhazmy13 authored Apr 9, 2020
2 parents 15acdc1 + 2c55c35 commit 13128cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- node
- '7'
- '6'
- '5'
- '4.3.2'
- '8'
- '10'
- '12'
notifications:
email: false
6 changes: 3 additions & 3 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ module.exports = {
detectEncoding: request => _.includes(request.headers['content-type'], 'multipart/form-data') ? 'binary' : 'utf8',
isProxyRuntime: runtime => { return runtime.startsWith('python') || runtime.startsWith('ruby') },
supportedRuntimes: [
'nodejs',
'nodejs4.3',
'nodejs6.10',
'nodejs8.10',
'nodejs10.x',
'nodejs12.x',
'babel',
'python2.7',
'python3.6',
'python3.7',
'python3.8',
'ruby2.5',
],
};

0 comments on commit 13128cc

Please sign in to comment.