Skip to content

Commit

Permalink
Fixed .travis.yml. Testing build scripts is annoying.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedseven committed Oct 21, 2020
1 parent 0f4b013 commit 45682b0
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 @@ -39,7 +39,7 @@ after_deploy: |
echo "Pushing to gh-pages..."
# Make sure to make the output quiet, or else the API token will leak!
# This works because the API key can replace your password.
git push -f -q https://zedseven:$GITHUB_API_KEY@github.com/zedseven/Romanization.NET gh-pages &>/dev/null
git push -f -q https://zedseven:$GH_API_KEY@github.com/zedseven/Romanization.NET gh-pages &>/dev/null
echo "Done!"
cd "$TRAVIS_BUILD_DIR"
fi

0 comments on commit 45682b0

Please sign in to comment.