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

sudo no longer required

parent 254ad283
...@@ -19,21 +19,18 @@ matrix: ...@@ -19,21 +19,18 @@ matrix:
dist: trusty dist: trusty
env: env:
- TEST_BUILDS=1 - TEST_BUILDS=1
sudo: required
# 32-bit builds # 32-bit builds
- os: linux - os: linux
dist: trusty dist: trusty
env: env:
- TEST_BUILDS=1 - TEST_BUILDS=1
- PLAT=i686 - PLAT=i686
sudo: required
# Builds with caching # Builds with caching
- os: linux - os: linux
dist: trusty dist: trusty
env: env:
- TEST_BUILDS=1 - TEST_BUILDS=1
- USE_CCACHE=1 - USE_CCACHE=1
sudo: required
# OSX builds # OSX builds
- os: osx - os: osx
osx_image: xcode6.4 osx_image: xcode6.4
......
...@@ -189,7 +189,6 @@ To use these scripts ...@@ -189,7 +189,6 @@ To use these scripts
# The Travis Python version is unrelated to the version we build and test # The Travis Python version is unrelated to the version we build and test
# with. This is set with the MB_PYTHON_VERSION variable. # with. This is set with the MB_PYTHON_VERSION variable.
python: 3.5 python: 3.5
sudo: required
dist: trusty dist: trusty
services: docker 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