Unverified Commit 66e87d22 authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #211 from radarhere/sudo

sudo no longer required
parents 68e695f4 2a8fb831
......@@ -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