Skip to content

Commit ee351e1

Browse files
committed
Create stages
1 parent 158ff02 commit ee351e1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@ os: linux
55
dist: focal
66
python: 3.8
77

8-
env:
9-
- RELEASE_PACKAGE=jarvis_package.tar
10-
118
jobs:
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

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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

0 commit comments

Comments
 (0)