Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 41f9482

Browse files
committed
Update travis to run with dev SDK
PiperOrigin-RevId: 216949255
1 parent 0aaf631 commit 41f9482

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Created with https://github.com/dart-lang/mono_repo
1+
# Created with package:mono_repo v1.2.1
22
language: dart
33

44
jobs:
55
include:
66
- stage: analyze_and_format
7-
name: "SDK: stable - DIR: angular_components - TASKS: [dartfmt -n --set-exit-if-changed ., dartanalyzer --fatal-warnings .]"
7+
name: "SDK: dev - DIR: angular_components - TASKS: [dartfmt -n --set-exit-if-changed ., dartanalyzer --fatal-warnings .]"
88
script: ./tool/travis.sh dartfmt dartanalyzer
99
env: PKG="angular_components"
10-
dart: stable
10+
dart: dev
1111
- stage: unit_test
12-
name: "SDK: stable - DIR: angular_components - TASKS: [./tool/travis/install_protoc.sh, pub run test --run-skipped]"
12+
name: "SDK: dev - DIR: angular_components - TASKS: [./tool/travis/install_protoc.sh, pub run test --run-skipped]"
1313
script: ./tool/travis.sh command test
1414
env: PKG="angular_components"
15-
dart: stable
15+
dart: dev
1616

1717
stages:
1818
- analyze_and_format

angular_components/mono_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See https://github.com/dart-lang/mono_repo for details
22
dart:
3-
- stable
3+
- dev
44

55
stages:
66
- analyze_and_format:

tool/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Created with https://github.com/dart-lang/mono_repo
2+
# Created with package:mono_repo v1.2.1
33

44
if [ -z "$PKG" ]; then
55
echo -e '\033[31mPKG environment variable must be set!\033[0m'

0 commit comments

Comments
 (0)