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 c6a65bb commit a139df5Copy full SHA for a139df5
.travis.yml
@@ -16,7 +16,11 @@ node_js:
16
- "10.16"
17
- "11.15"
18
sudo: false
19
-dist: precise
+dist: trusty
20
+env:
21
+ global:
22
+ # Suppress Node.js 0.6 compile warnings
23
+ - "CXXCOM='$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-narrowing -Wno-strict-overflow $_CCCOMCOM $SOURCES'"
24
cache:
25
directories:
26
- node_modules
0 commit comments