Skip to content

Commit

Permalink
-z is not the one I want
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jun 6, 2014
1 parent 78c4557 commit 5e07866
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 @@ -23,7 +23,7 @@ install:
- hash -r
- conda config --set always_yes yes
- conda install pytest requests
- if [[ -z "$PYCOSAT" ]]; then
- if [[ "$PYCOSAT" ]]; then
conda install pycosat=$PYCOSAT;
fi
- python setup.py install
Expand Down

0 comments on commit 5e07866

Please sign in to comment.