Skip to content

Commit

Permalink
Removed debugging.
Browse files Browse the repository at this point in the history
I've added GITHUB_PAT as an environment variable in Travis so this build may be able to push to GitHub.

Relevant to #2.
  • Loading branch information
Dave Robinson committed Aug 25, 2016
1 parent fee068c commit 2135799
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ before_script:
script:
- ./_build.sh
after_success:
- echo $TRAVIS_PULL_REQUEST
- echo $TRAVIS_BRANCH
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash
_deploy.sh
env:
Expand Down
2 changes: 0 additions & 2 deletions _deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
echo "deploying"

# Set git config information
git config --global user.name "David Robinson"
git config --global user.email "admiral.david@gmail.com"
Expand Down

0 comments on commit 2135799

Please sign in to comment.