fixing build

This commit is contained in:
Ken Struys 2014-03-13 17:38:16 -07:00
parent 1d8af9ce50
commit 6cf21ec533
2 changed files with 6 additions and 1 deletions

View file

@ -6,3 +6,8 @@ python:
install: pip install virtualenv
script: make
before_install:
- git config --global user.name "Travis CI"
- git config --global user.email "user@example.com"