Skip to content

Commit 7476b14

Browse files
committed
Only run mac on one configuration
It's by far the slowest to run – a sniff test should be sufficient
1 parent 64dc327 commit 7476b14

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ env:
1212
script: ./tool/travis.sh
1313

1414
os:
15-
- osx
1615
- linux
1716

17+
matrix:
18+
include:
19+
- env: DARTDOC_BOT=main
20+
os: osx
21+
dart: "dev/raw/latest"
22+
1823
install:
1924
- ./tool/install_travis.sh
2025

0 commit comments

Comments
 (0)