mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-22 07:56:52 +00:00
Speed up Travis by running on non-sudo containers
See why at https://docs.travis-ci.com/user/workers/container-based-infrastructure/
This commit is contained in:
@ -15,3 +15,6 @@ cache:
|
||||
directories:
|
||||
- $HOME/.gradle/caches/
|
||||
- $HOME/.gradle/wrapper/
|
||||
|
||||
# Faster builds without sudo.
|
||||
sudo: false
|
||||
|
Reference in New Issue
Block a user