Skip to content

Commit

Permalink
Migrate away from the sudo: false option on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Dec 1, 2018
1 parent 89b1cc3 commit f55bd4d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ matrix:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- os: linux - os: linux
dist: xenial dist: xenial
# Short duration job, use the container/without sudo image as it boots faster
sudo: false
env: TASK='doxygen' env: TASK='doxygen'
addons: addons:
apt: apt:
Expand All @@ -145,17 +143,13 @@ matrix:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- os: linux - os: linux
dist: xenial dist: xenial
# Short duration job, use the container/without sudo image as it boots faster
sudo: false
env: TASK='lint' env: TASK='lint'
addons: addons:
apt: apt:
packages: packages:
- *core_build - *core_build
- os: linux - os: linux
dist: xenial dist: xenial
# Short duration job, use the container/without sudo image as it boots faster
sudo: false
env: TASK='check-licences' env: TASK='check-licences'
addons: addons:
apt: apt:
Expand Down Expand Up @@ -183,8 +177,6 @@ matrix:
- moreutils - moreutils
- os: linux - os: linux
dist: xenial dist: xenial
# Short duration job, use the container/without sudo image as it boots faster
sudo: false
env: TASK='codespell' env: TASK='codespell'
addons: addons:
apt: apt:
Expand All @@ -193,16 +185,12 @@ matrix:
- moreutils - moreutils
- os: linux - os: linux
dist: xenial dist: xenial
# Short duration job, use the container/without sudo image as it boots faster
sudo: false
env: TASK='jshint' env: TASK='jshint'
addons: addons:
apt: apt:
packages: packages:
- os: linux - os: linux
dist: xenial dist: xenial
# Short duration job, use the container/without sudo image as it boots faster
sudo: false
env: TASK='flake8' env: TASK='flake8'
addons: addons:
apt: apt:
Expand Down

0 comments on commit f55bd4d

Please sign in to comment.