diff --git a/.github/deploy.sh b/.github/deploy.sh index ff685ff..9e9bcfe 100644 --- a/.github/deploy.sh +++ b/.github/deploy.sh @@ -19,4 +19,4 @@ echo commit git commit -m "Generate README" echo push -git push --quiet "https://${DANGER_GITHUB_API_TOKEN}@github.com/serhii-londar/open-source-mac-os-apps.git" master:master > /dev/null 2>&1 \ No newline at end of file +git push --quiet "https://${DANGER_GITHUB_API_TOKEN}@github.com/serhii-londar/open-source-mac-os-apps.git" master:master > /dev/null 2>&1 diff --git a/.travis.yml b/.travis.yml index e79a1a1..2f1e105 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ script: - danger after_success: - swift ./.github/ReadmeGenerator.swift + - chmod +x ./.github/deploy.sh - ./.github/deploy.sh notifications: email: false \ No newline at end of file