travis: Use newer infrastructure, but require sudo for additional disk space.
This is because as of Dec 12, 2017, Travis changed their container images and seem to give slightly less disk space. Using a sudo image gives more disk space.
This commit is contained in:
parent
e6661a6982
commit
76c5fd0c0c
@ -1,8 +1,7 @@
|
||||
git:
|
||||
submodules: false
|
||||
language: scala
|
||||
# run on new infrastructure
|
||||
sudo: false
|
||||
sudo: required
|
||||
cache:
|
||||
apt: true
|
||||
directories:
|
||||
|
Loading…
Reference in New Issue
Block a user