From: Audrey Roy Greenfeld Date: Wed, 25 Nov 2015 01:38:32 +0000 (-0800) Subject: Add sudo: false so that Travis runs on new container-based infrastructure. X-Git-Tag: 1.3.0~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8f119662998b7d8dd2f4dacd1a3f18221ccf953;p=cached-property.git Add sudo: false so that Travis runs on new container-based infrastructure. --- diff --git a/.travis.yml b/.travis.yml index 15488ae..599fea4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ # Config file for automatic testing at travis-ci.org - +sudo: false language: python python: - - "3.5" + - "3.5" - "3.4" - "3.3" - "2.7"