Unverified Commit dfb5e22b authored by cclauss's avatar cclauss Committed by GitHub
Browse files

Travis CI: The sudo: tag is now deprecated in Travis CI

parent 437e1008
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
# This file can be validated on: # This file can be validated on:
# http://lint.travis-ci.org/ # http://lint.travis-ci.org/
sudo: false
language: cpp language: cpp
# Define the matrix explicitly, manually expanding the combinations of (os, compiler, env). # Define the matrix explicitly, manually expanding the combinations of (os, compiler, env).
...@@ -11,20 +10,17 @@ language: cpp ...@@ -11,20 +10,17 @@ language: cpp
matrix: matrix:
include: include:
- os: linux - os: linux
sudo: required
before_install: chmod -R +x ./ci/*platformio.sh before_install: chmod -R +x ./ci/*platformio.sh
install: ./ci/install-platformio.sh install: ./ci/install-platformio.sh
script: ./ci/build-platformio.sh script: ./ci/build-platformio.sh
- os: linux - os: linux
dist: xenial dist: xenial
compiler: gcc compiler: gcc
sudo : true
install: ./ci/install-linux.sh && ./ci/log-config.sh install: ./ci/install-linux.sh && ./ci/log-config.sh
script: ./ci/build-linux-bazel.sh script: ./ci/build-linux-bazel.sh
- os: linux - os: linux
dist: xenial dist: xenial
compiler: clang compiler: clang
sudo : true
install: ./ci/install-linux.sh && ./ci/log-config.sh install: ./ci/install-linux.sh && ./ci/log-config.sh
script: ./ci/build-linux-bazel.sh script: ./ci/build-linux-bazel.sh
- os: linux - os: linux
...@@ -52,7 +48,7 @@ install: ...@@ -52,7 +48,7 @@ install:
script: ./ci/travis.sh script: ./ci/travis.sh
# For sudo=false builds this section installs the necessary dependencies. # This section installs the necessary dependencies.
addons: addons:
apt: apt:
# List of whitelisted in travis packages for ubuntu-precise can be found here: # List of whitelisted in travis packages for ubuntu-precise can be found here:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment