forked from cisco-system-traffic-generator/trex-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
executable file
·41 lines (37 loc) · 1.58 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
jobs:
include:
- stage: 1st check
language: python
python: "3.6"
cache: pip
install: pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
script: python3 -u travis_files/wait_for_results.py $TRAVIS_PULL_REQUEST False
after_script: bash travis_files/deploy.sh
- stage: 2nd check
language: python
python: "3.6"
cache: pip
install: pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
script: python3 -u travis_files/wait_for_results.py $TRAVIS_PULL_REQUEST False
after_script: bash travis_files/deploy.sh
- stage: 3rd check
language: python
python: "3.6"
cache: pip
install: pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
script: python3 -u travis_files/wait_for_results.py $TRAVIS_PULL_REQUEST False
after_script: bash travis_files/deploy.sh
- stage: 4th check
language: python
python: "3.6"
cache: pip
install: pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
script: python3 -u travis_files/wait_for_results.py $TRAVIS_PULL_REQUEST False
after_script: bash travis_files/deploy.sh
- stage: 5th check
language: python
python: "3.6"
cache: pip
install: pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
script: python3 -u travis_files/wait_for_results.py $TRAVIS_PULL_REQUEST True
after_script: bash travis_files/deploy.sh