Skip to content

Commit c18f2d7

Browse files
authored
ci: hook fps on travis (#230)
1 parent 0b4477d commit c18f2d7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
stages:
99
- name: 'Lint markdown files'
1010
- name: 'Integration tests'
11+
- name: 'Production tests'
1112
- name: 'Unit Tests'
1213
- name: 'NetStandard16'
1314
- name: 'NetStandard20'
@@ -24,7 +25,8 @@ jobs:
2425
notifications:
2526
email: false
2627

27-
- stage: 'Integration tests'
28+
- &integrationtest
29+
stage: 'Integration tests'
2830
env: SDK=csharp SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
2931
cache: false
3032
language: minimal
@@ -36,6 +38,13 @@ jobs:
3638
- $HOME/travisci-tools/trigger-script-with-status-update.sh
3739
after_success: travis_terminate 0
3840

41+
- <<: *integrationtest
42+
stage: 'Production tests'
43+
env:
44+
SDK=csharp
45+
SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
46+
FULLSTACK_TEST_REPO=ProdTesting
47+
3948
- stage: 'Unit Tests'
4049
language: csharp
4150
dist: xenial

0 commit comments

Comments
 (0)