Skip to content

Commit

Permalink
build: migrate to Travis CI trusty image
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 7, 2019
1 parent bc361f2 commit a706116
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,11 @@ node_js:
- "10.13"
- "11.2"
sudo: false
dist: precise
dist: trusty
env:
global:
# Suppress Node.js 0.6 compile warnings
- "CXXCOM='$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-narrowing -Wno-strict-overflow $_CCCOMCOM $SOURCES'"
cache:
directories:
- node_modules
Expand Down

0 comments on commit a706116

Please sign in to comment.