Skip to content

Commit

Permalink
Fix bash syntax error (Travis CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Nov 26, 2013
1 parent f3f3d15 commit eb1d844
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 @@ -35,7 +35,7 @@ install:
pushd /tmp;
curl https://pypi.python.org/packages/source/m/mock/mock-1.0.1.tar.gz | tar xvfz -;
popd;
ln -s /tmp/mock-1.0.1/mock.py
ln -s /tmp/mock-1.0.1/mock.py;
fi
script:
- if [[ "$PYTHON_VM" == "cpython" ]]; then
Expand Down

0 comments on commit eb1d844

Please sign in to comment.