Skip to content

Commit

Permalink
Stages name updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirfolio3 committed Jul 18, 2019
1 parent ef346aa commit b18533a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ after_success:
# Linting and Integration tests need to run first to reset the PR build status to pending.
stages:
- 'Linting'
- 'Integration Tests'
- 'Benchmarking Tests'
- 'Integration tests'
- 'Benchmarking tests'
- 'Test'

jobs:
Expand All @@ -32,7 +32,7 @@ jobs:
script: "flake8"
after_success: travis_terminate 0
- &integrationtest
stage: 'Integration Tests'
stage: 'Integration tests'
merge_mode: replace
env: SDK=python
cache: false
Expand All @@ -44,7 +44,7 @@ jobs:
- "$HOME/travisci-tools/trigger-script-with-status-update.sh"
after_success: travis_terminate 0
- <<: *integrationtest
stage: 'Benchmarking Tests'
stage: 'Benchmarking tests'
env: SDK=python FULLSTACK_TEST_REPO=Benchmarking
script:
- "$HOME/travisci-tools/trigger-script-with-status-update.sh yasir/bench-exp-support"
Expand Down

0 comments on commit b18533a

Please sign in to comment.