Skip to content

Commit 18103cf

Browse files
authored
update to run e2e tests on the stable branch for the cron job (#1730)
1 parent a337a90 commit 18103cf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
script: ./tool/travis.sh test_06
6262
env: PKG="_test"
6363
dart: be/raw/latest
64+
- stage: e2e_test_cron
65+
name: "SDK: stable - DIR: _test - TASKS: pub run test"
66+
script: ./tool/travis.sh test_06
67+
env: PKG="_test"
68+
dart: stable
6469
- stage: analyze_and_format
6570
name: "SDK: dev - DIR: _test_common - TASKS: dartanalyzer --fatal-infos --fatal-warnings ."
6671
script: ./tool/travis.sh dartanalyzer

_test/.mono_repo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ stages:
1717
- test:
1818
dart:
1919
- be/raw/latest
20+
- stable

0 commit comments

Comments
 (0)