Skip to content
Snippets Groups Projects
Commit f6797c57 authored by Josh Kalderimis's avatar Josh Kalderimis Committed by Edward Z. Yang
Browse files

Use sudo: true on travis ci (#5538)

* use sudo: true on travis ci

* minor comment to explain previous change

This relies on having 4 core 16 gigs Travis machines enabled for the account.
parent c13767a0
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@ language: c
dist: trusty
sudo: false
# This sets the default config for each job to use full VMs.
# The VMs have 2 cores and 8 gigs of ram. Larger VMs are also available.
sudo: true
# We whitelist branches, as we don't really need to build dev-branches.
# Remember to add release branches, both here and to appveyor.yml.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment