Uncommented the travis deploy step
This commit is contained in:
parent
6ad80c6f6a
commit
b5b5911664
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ jobs:
|
||||||
name: TeaWeb build master branch
|
name: TeaWeb build master branch
|
||||||
script:
|
script:
|
||||||
- "./scripts/travis.sh --enable-release --enable-debug || travis_terminate 1;"
|
- "./scripts/travis.sh --enable-release --enable-debug || travis_terminate 1;"
|
||||||
# - "./scripts/travis_deploy.sh || travis_terminate 1;"
|
- "./scripts/travis_deploy.sh || travis_terminate 1;"
|
||||||
if: branch = master
|
if: branch = master
|
Loading…
Add table
Reference in a new issue