Skip to content

Commit

Permalink
deleted sudo (#705)
Browse files Browse the repository at this point in the history
Since travis has moved from a container-based environment to a VM-based
environment, there is no need to specify `sudo: false` anymore.

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
(cherry picked from commit cb4980b)
  • Loading branch information
magnolia-k authored and xuwei-k committed Sep 29, 2020
1 parent 741576d commit 47e9518
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,6 @@ matrix:
include:
- scala: 2.12.12
jdk: openjdk11
sudo: false
cache:
directories:
- $HOME/.ivy2/cache
Expand Down

0 comments on commit 47e9518

Please sign in to comment.