1- # Created with package:mono_repo v3.0.0
1+ # Created with package:mono_repo v3.1.0-beta.1
22language : dart
33
44# Custom configuration
@@ -11,55 +11,55 @@ jobs:
1111 - stage : analyzer_and_format
1212 name : mono_repo self validate
1313 os : linux
14- script : " pub global activate mono_repo 3.0.0 && pub global run mono_repo travis --validate"
14+ script : " pub global activate mono_repo 3.1.0-beta.1 && pub global run mono_repo generate --validate"
1515 - stage : analyzer_and_format
1616 name : " SDK: 2.7.0; PKGS: _test_yaml, checked_yaml, example, json_annotation, json_serializable; TASKS: `dartanalyzer --fatal-warnings .`"
1717 dart : " 2.7.0"
1818 os : linux
1919 env : PKGS="_test_yaml checked_yaml example json_annotation json_serializable"
20- script : tool/travis .sh dartanalyzer_1
20+ script : tool/ci .sh dartanalyzer_1
2121 - stage : analyzer_and_format
2222 name : " SDK: dev; PKGS: _test_yaml, checked_yaml, example, json_annotation, json_serializable; TASKS: [`dartfmt -n --set-exit-if-changed .`, `dartanalyzer --fatal-warnings --fatal-infos .`]"
2323 dart : dev
2424 os : linux
2525 env : PKGS="_test_yaml checked_yaml example json_annotation json_serializable"
26- script : tool/travis .sh dartfmt dartanalyzer_0
26+ script : tool/ci .sh dartfmt dartanalyzer_0
2727 - stage : unit_test
2828 name : " SDK: 2.7.0; PKGS: _test_yaml, checked_yaml, example, json_serializable; TASKS: `pub run test`"
2929 dart : " 2.7.0"
3030 os : linux
3131 env : PKGS="_test_yaml checked_yaml example json_serializable"
32- script : tool/travis .sh test_0
32+ script : tool/ci .sh test_0
3333 - stage : unit_test
3434 name : " SDK: dev; PKGS: _test_yaml, checked_yaml, example, json_serializable; TASKS: `pub run test`"
3535 dart : dev
3636 os : linux
3737 env : PKGS="_test_yaml checked_yaml example json_serializable"
38- script : tool/travis .sh test_0
38+ script : tool/ci .sh test_0
3939 - stage : unit_test
4040 name : " SDK: 2.7.0; PKG: json_serializable; TASKS: `pub run test -p chrome`"
4141 dart : " 2.7.0"
4242 os : linux
4343 env : PKGS="json_serializable"
44- script : tool/travis .sh test_2
44+ script : tool/ci .sh test_2
4545 - stage : unit_test
4646 name : " SDK: dev; PKG: json_serializable; TASKS: `pub run test -p chrome`"
4747 dart : dev
4848 os : linux
4949 env : PKGS="json_serializable"
50- script : tool/travis .sh test_2
50+ script : tool/ci .sh test_2
5151 - stage : ensure_build
5252 name : " SDK: 2.7.0; PKGS: _test_yaml, checked_yaml, example, json_serializable; TASKS: `pub run test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
5353 dart : " 2.7.0"
5454 os : linux
5555 env : PKGS="_test_yaml checked_yaml example json_serializable"
56- script : tool/travis .sh test_1
56+ script : tool/ci .sh test_1
5757 - stage : ensure_build
5858 name : " SDK: dev; PKGS: _test_yaml, checked_yaml, example, json_serializable; TASKS: `pub run test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
5959 dart : dev
6060 os : linux
6161 env : PKGS="_test_yaml checked_yaml example json_serializable"
62- script : tool/travis .sh test_1
62+ script : tool/ci .sh test_1
6363
6464stages :
6565 - analyzer_and_format
0 commit comments