Fixed typos

This commit is contained in:
Semen Zhydenko
2018-01-02 12:43:47 +01:00
parent f9525f865e
commit f6d393dba9
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ setup_git() {
commit_website_files() {
if [ $TRAVIS_EVENT_TYPE != "pull_request" ]; then
if [ $TRAVIS_BRANCH == "master" ]; then
echo "Commiting to master branch..."
echo "Committing to master branch..."
git checkout master
git add *
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER [ci skip]"