Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Sep 28, 2017
1 parent 806b554 commit 4aae7d9
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 @@ -8,7 +8,7 @@ python:
- '3.5'
install: true
before_script:
- if [ -n "${GH_TOKEN}" ] && [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
- if [ -n "${GH_TOKEN}" ]; then
pip install pygithub;
pip install pygithub3;
fi
Expand Down

0 comments on commit 4aae7d9

Please sign in to comment.