From 7a614ac311af688bb5619bdc68b03ca5c9996a05 Mon Sep 17 00:00:00 2001 From: jongleberry Date: Sun, 20 Sep 2015 21:00:57 -0700 Subject: [PATCH] travis: fix node@4 compile errors --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index e487582b..816bd7a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,13 @@ before_script: env: - PGUSER=postgres PGDATABASE=postgres +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 + matrix: include: - node_js: "0.10"