Commit 2a8fb831 authored by Andrew Murray's avatar Andrew Murray
Browse files

sudo no longer required

parent 254ad283
......@@ -19,21 +19,18 @@ matrix:
dist: trusty
env:
- TEST_BUILDS=1
sudo: required
# 32-bit builds
- os: linux
dist: trusty
env:
- TEST_BUILDS=1
- PLAT=i686
sudo: required
# Builds with caching
- os: linux
dist: trusty
env:
- TEST_BUILDS=1
- USE_CCACHE=1
sudo: required
# OSX builds
- os: osx
osx_image: xcode6.4
......
......@@ -189,7 +189,6 @@ To use these scripts
# The Travis Python version is unrelated to the version we build and test
# with. This is set with the MB_PYTHON_VERSION variable.
python: 3.5
sudo: required
dist: trusty
services: docker
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment