From 6003117145fd01853f36416f57b3244d487343e5 Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Wed, 24 Feb 2016 11:34:24 +0100 Subject: [PATCH] Removed sudo: false from Travis.yml, doesn't have any effect --- .travis.yml | 2 -- config/nginx.conf | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 11fa9ea..5f4188e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -sudo: false - services: - docker diff --git a/config/nginx.conf b/config/nginx.conf index abab62b..551c5fa 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -9,7 +9,7 @@ server { index index.php index.html; error_log /dev/stderr info; - access_log /dev/stdout; + access_log /dev/stdout; location / { # First attempt to serve request as file, then