diff options
author | Ewout ter Hoeven <E.M.terHoeven@student.tudelft.nl> | 2021-05-03 23:34:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 23:34:52 +0200 |
commit | 3a10eab2edfc95060e607cb2a110433e00f65a23 (patch) | |
tree | 5d90fb851a5ccdf6d471479a6c3cebc228756494 | |
parent | 7b36aeaf1a3829e14f1a0516a267e1cb0a4df183 (diff) | |
download | riscv-isa-manual-3a10eab2edfc95060e607cb2a110433e00f65a23.zip riscv-isa-manual-3a10eab2edfc95060e607cb2a110433e00f65a23.tar.gz riscv-isa-manual-3a10eab2edfc95060e607cb2a110433e00f65a23.tar.bz2 |
Travis CI: Remove deprecated 'sudo' key
The 'sudo' key is deprecated by Travis CI and has no effect anymore
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3514579..b72e692 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: required dist: focal before_install: - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended |