fix branch

This commit is contained in:
avitex 2020-04-14 18:41:58 +10:00
parent a6a778a9a1
commit 989c7483b0
Signed by: avitex
GPG Key ID: 38C76CBF3749D62C
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ script:
- zola build
after_success: |
[ $TRAVIS_BRANCH = code ] &&
[ $TRAVIS_BRANCH = source ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
zola build &&
sudo pip install ghp-import &&