Skip to content

Commit 4dfd99b

Browse files
committed
chore(docs): run docs from stable to work around dartanalyzer bug in dev
1 parent 38929da commit 4dfd99b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ addons:
55
firefox: "28.0"
66
env:
77
matrix:
8+
- JOB=unit-stable
9+
CHANNEL=stable
10+
TESTS=dart2js
811
- JOB=unit-dev
912
CHANNEL=dev
1013
TESTS=dart2js
1114
- JOB=unit-dev
1215
CHANNEL=dev
1316
TESTS=vm
14-
- JOB=unit-stable
15-
CHANNEL=stable
16-
TESTS=dart2js
1717
- JOB=unit-stable
1818
CHANNEL=stable
1919
TESTS=vm

0 commit comments

Comments
 (0)