sudo: false for travis

This commit is contained in:
Anthony Sottile 2014-12-20 19:44:11 -08:00
parent 6836e9187c
commit 86c99c6b87

View file

@ -13,3 +13,4 @@ before_install:
- git config --global user.email "user@example.com"
after_success:
- coveralls
sudo: false