Skip to content

Commit

Permalink
Foolishly forgot git add
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespjh committed Jun 9, 2016
1 parent a62505b commit 8a89e9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ after_success:
- git checkout -b gh-pages
- git config --global user.email "[email protected]"
- git config --global user.name "Pushed by Travis CI"
- git add .
- git commit -m "Pushed by Travis"
- git remote add origin $SSH_REPO
- git push -u origin gh-pages

0 comments on commit 8a89e9f

Please sign in to comment.