We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129cb73 commit c515b29Copy full SHA for c515b29
.travis.yml
@@ -12,6 +12,7 @@ node_js:
12
- "13"
13
- "14"
14
- "15"
15
+ - "16"
16
sudo: required
17
services: docker
18
before_install:
binding.gyp
@@ -43,7 +43,7 @@
43
}
44
],
45
'cflags_cc' : [
46
- '-std=c++11'
+ '-std=c++14'
47
48
'msvs_settings': {
49
'VCLinkerTool': {
@@ -122,7 +122,7 @@
122
'OS=="linux"',
123
{
124
125
126
127
'cflags_cc!': [
128
'-fno-rtti'
@@ -140,7 +140,7 @@
140
141
'OTHER_CPLUSPLUSFLAGS': [
142
'-I/usr/local/opt/openssl/include',
143
144
145
},
146
0 commit comments