Skip to content

Commit f32f483

Browse files
authored
CI: use dev instead of dev/raw/latest (#2217)
The only time these are not ~identical is when there is a pending dev release being created. If the goal is to validate bleeding edge, we should use `be/raw/latest` instead – although I think that's overkill
1 parent 9047d73 commit f32f483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: dart
22
sudo: false
33
dart:
44
- stable
5-
- "dev/raw/latest"
5+
- dev
66
env:
77
- DARTDOC_BOT=main
88
- DARTDOC_BOT=flutter
@@ -18,7 +18,7 @@ matrix:
1818
include:
1919
- env: DARTDOC_BOT=main
2020
os: osx
21-
dart: "dev/raw/latest"
21+
dart: dev
2222

2323
install:
2424
- ./tool/install_travis.sh

0 commit comments

Comments
 (0)