File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,20 @@ os: linux
55dist : focal
66python : 3.8
77
8- env :
9- - RELEASE_PACKAGE=jarvis_package.tar
10-
118jobs :
129 include :
1310 - stage : test
14- script :
11+ before_install :
1512 - sudo bash bin/deploy/install_system_dependencies.sh
13+ install :
1614 - bash bin/deploy/install_python_dependencies.sh
15+ script :
1716 - sudo bash bin/tests/run_tests_on_travis.sh
1817 after_success :
19- - sudo bash bin/deploy/merge_develop_to_master.sh
18+ - sudo bash bin/deploy/merge_develop_to_master.sh
2019 - stage : deploy
20+ env :
21+ - RELEASE_PACKAGE=jarvis_package.tar
2122 before_deploy :
2223 - sudo bash setup.sh
2324 - sudo bash run_tests.sh
Original file line number Diff line number Diff line change 11[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/ggeop/python-ai-assistant/badge )] ( https://www.codefactor.io/repository/github/ggeop/Python-ai-assistant )
22[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/8c90305e22186cc2c9d5/maintainability )] ( https://codeclimate.com/github/ggeop/Python-ai-assistant/maintainability )
33[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
4- [ ![ Build Status] ( https://app.travis-ci.com/ggeop/Python-ai-assistant.svg?branch=master )] ( https://travis-ci.org/ggeop/Python-ai-assistant )
5-
4+ [ ![ Build Status] ( https://app.travis-ci.com/ggeop/Python-ai-assistant.svg?branch=master )] ( https://app.travis-ci.com/ggeop/Python-ai-assistant )
65
76![ alt text] ( https://github.com/ggeop/Python-ai-assistant/blob/master/imgs/jarvis_logo.png )
87
You can’t perform that action at this time.
0 commit comments