Skip to content

Commit

Permalink
Add missing fi.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Mar 22, 2016
1 parent a6200c5 commit 2b450cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install:
- "pip install 'pip>=7.1.0'"
- "pip install ${TWISTED_VERSION}"
# If requested, install PyCrypto
- if [ ! -z "$PYCRYPTO_VERSION" ]; then pip install "$PYCRYPTO_VERSION"
- if [ ! -z "$PYCRYPTO_VERSION" ]; then pip install "$PYCRYPTO_VERSION"; fi
- "pip install -r requirements.pip"
- "pip install coveralls"

Expand Down

0 comments on commit 2b450cb

Please sign in to comment.