Skip to content

update to run e2e tests on the stable branch in the cron job #1730

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
script: ./tool/travis.sh test_06
env: PKG="_test"
dart: be/raw/latest
- stage: e2e_test_cron
name: "SDK: stable - DIR: _test - TASKS: pub run test"
script: ./tool/travis.sh test_06
env: PKG="_test"
dart: stable
- stage: analyze_and_format
name: "SDK: dev - DIR: _test_common - TASKS: dartanalyzer --fatal-infos --fatal-warnings ."
script: ./tool/travis.sh dartanalyzer
Expand Down
1 change: 1 addition & 0 deletions _test/.mono_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ stages:
- test:
dart:
- be/raw/latest
- stable