Skip to content

Commit

Permalink
install coveralls locally
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Dec 1, 2016
1 parent a8b7a1c commit 632ee7a
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 @@ -36,7 +36,7 @@ after_success:
brew install python;
fi
- if [ "$SUBLIME_TEXT_VERSION" == "3" ]; then
pip install coveralls;
pip install --user coveralls;
coveralls;
fi

Expand Down

0 comments on commit 632ee7a

Please sign in to comment.