Skip to content

Commit

Permalink
travis.yml: add semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-CODE committed Mar 12, 2018
1 parent f169386 commit 002e46f
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 @@ -79,7 +79,7 @@ install:
sudo installer -package python-3.5.2-macosx10.6.pkg -target /;
pip3 install --upgrade --user cython pillow nose mock;
else
sudo easy_install pip
sudo easy_install pip;
pip install --upgrade --user cython pillow nose mock;
fi;
fi;
Expand Down

0 comments on commit 002e46f

Please sign in to comment.