mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(travis): correct YAML syntax in after_success step
Separate steps have been treated as a single one.
This commit is contained in:
parent
49e362a72a
commit
b392e2c320
|
@ -51,12 +51,12 @@ deploy:
|
|||
|
||||
|
||||
after_success:
|
||||
->
|
||||
- >
|
||||
test $TRAVIS_PULL_REQUEST == "false"
|
||||
&& test $TRAVIS_BRANCH == "master"
|
||||
&& test $JOB == "build-docs"
|
||||
&& bash ./.travis/deploy-docs.sh
|
||||
->
|
||||
- >
|
||||
test $TRAVIS_PULL_REQUEST == "false"
|
||||
&& test $TRAVIS_BRANCH == "master"
|
||||
&& test $JOB == "build-gitstats"
|
||||
|
|
Loading…
Reference in New Issue
Block a user