From 43094283b249da4f174dbfb815bc065637554e5a Mon Sep 17 00:00:00 2001 From: Pakkun Date: Fri, 14 Oct 2016 11:51:26 +0000 Subject: [PATCH] Update Travis config to latest. Update Travis config to use latest v4 and latest v6 . --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e2a8ac9..679a10b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ sudo: false language: node_js node_js: - - "4.4" - - "6.3" + - "4" + - "6" env: - CXX=g++-4.8 addons: @@ -15,4 +15,5 @@ before_install: - npm install -g bob coveralls --loglevel error script: - DEBUG=canihaz bob build +after_success: - cat .bob/coverage/buster-istanbul/lcov.info | coveralls