From 8f546ac02de30a710a772c674323fb793a021bea Mon Sep 17 00:00:00 2001 From: Michael Duane Mooring Date: Sun, 17 Apr 2016 00:46:12 -0400 Subject: [PATCH] Upgrading from legacy to container infrastructure. See reason for upgrading: - https://travis-ci.org/docpad/docpad-plugin-services/jobs/25993927 Travis' doc on upgrading: - https://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c1985d4..33eb4e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ # February 19, 2015 # https://github.com/bevry/base +sudo: false language: node_js # ensure npm is the latest version (ignore node versions that can't run it) # ensure coffee-script is installed (needed for cake commands)