We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac8861 commit 670dd5fCopy full SHA for 670dd5f
tool/travis.dart
@@ -9,7 +9,8 @@ Future main() async {
9
dartanalyzer --fatal-warnings --fatal-infos .
10
dartfmt -n --set-exit-if-changed .
11
12
- pub run test -p vm -j 1
+ # No VM tests
13
+ # pub run test -p vm -j 1
14
# pub run build_runner test -- -p vm -j 1 test/multiplatform
15
16
pub run test -p chrome -j 1
0 commit comments