Skip to content

Commit a139df5

Browse files
committed
build: migrate to Travis CI trusty image
1 parent c6a65bb commit a139df5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ node_js:
1616
- "10.16"
1717
- "11.15"
1818
sudo: false
19-
dist: precise
19+
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'"
2024
cache:
2125
directories:
2226
- node_modules

0 commit comments

Comments
 (0)