From 9e408d9f319ed7b342c69a48e778f583a6ac44b0 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Sat, 2 Sep 2017 19:37:59 +0200 Subject: [PATCH] Due to a travis update on September 1, 2017, sudo: and dist: are required --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 803bbcff2..0a579d56a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ # Workaround for the issue found in the stable image promoted on Dec 1, 2016. # See https://github.com/travis-ci/travis-ci/issues/6928#issuecomment-264227708 group: deprecated +sudo: required +dist: precise notifications: email: false