1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

Fix env in travis config

This commit is contained in:
nvbn 2015-07-25 03:02:04 +03:00
parent 2da3d02361
commit 8d981cf9b6

View File

@ -11,8 +11,7 @@ addons:
- fish
- tcsh
env:
- FUNCTIONAL=true
- BARE=true
- FUNCTIONAL=true BARE=true
install:
- pip install coveralls
- pip install -r requirements.txt