From 6017fe49f06bbe1effefb70f1eda56fa91713816 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 21 Aug 2016 17:56:12 +0800 Subject: Travis - Switch to trusty which hopefully has a compatible compiler --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c915ba93..a6eab40f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: cpp install: make compiler: clang -sudo: false + +sudo: required +dist: trusty +#sudo: false before_script: - make UPDATE -- cgit v1.2.3