From 54975fb20d54eba20d7c4053fc6be8c475c26852 Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Wed, 28 Jun 2017 23:42:38 -0700 Subject: [PATCH] TEMPORARY: emergency travis CI fix (see comments) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index ea5900d..d4543b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,8 @@ node_js: - '6' - '4' after_success: npm run coveralls + +# TODO temporary fix - please see links below +# https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch +# https://github.com/travis-ci/travis-ci/issues/7991 +group: deprecated-2017Q2