From 86a33a35827f3304918620a0bdc14a28f94178cd Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 20 Nov 2015 09:50:24 -0800 Subject: [PATCH] Update .travis.yml to account for Travis changes (especially now that Docker is no longer experimental :tada:) --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ffbc77c..0e8232a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: bash - -# for secret experimental features ;) -sudo: 9000 +services: docker install: - git clone https://github.com/docker-library/official-images.git ~/official-images