Skip to content

Commit

Permalink
Revert back sudo instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 20, 2015
1 parent cb69769 commit f38cd2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: python
sudo: false

python:
- "3.3"
- "3.4"

before_install:
- apt-get install -qq libzmq3-dev
- sudo apt-get update -qq
- sudo apt-get install -qq libzmq3-dev

install:
- python setup.py install
Expand Down

0 comments on commit f38cd2c

Please sign in to comment.