From bd7249510dfd80015a616a3f9792270df54be87c Mon Sep 17 00:00:00 2001 From: Jaka Kranjc Date: Thu, 3 Jan 2019 04:51:06 -0400 Subject: [PATCH] travis: container based builds have been deprecated (#34642) We were not using sudo, but now the main images should be similarly fast. More at: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration - [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md). - [x] My pull request has a descriptive title (not a vague title like `Update index.md`) - [x] My pull request targets the `master` branch of freeCodeCamp. - [x] None of my changes are plagiarized from another source without proper attribution. - [x] My article does not contain shortened URLs or affiliate links. --- .travis.yml | 2 -- curriculum/.travis.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98a5e4a80e..2123864bd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,6 @@ env: - NO_UPDATE_NOTIFIER=1 - NODE_NO_WARNINGS=1 -sudo: false - before_install: - npm config set loglevel warn diff --git a/curriculum/.travis.yml b/curriculum/.travis.yml index 4dfccd6bf8..23485c784a 100644 --- a/curriculum/.travis.yml +++ b/curriculum/.travis.yml @@ -27,5 +27,3 @@ deploy: branches: except: - /^v\d+\.\d+\.\d+$/ - -sudo: false \ No newline at end of file