Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit f73397a

Browse files
committed
Merge pull request #57 from botify-labs/feature/travis-no-sudo
Don't require sudo for travis builds
2 parents 4c8c62e + 15647e7 commit f73397a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: python
22
python:
33
- "2.7"
44

5+
# run on container-based infrastructure
6+
sudo: false
7+
58
# command to install dependencies
69
install:
710
- pip install -UI pip==7.1.2

0 commit comments

Comments
 (0)