Skip to content

Commit 670dd5f

Browse files
committed
travis: remove empty vm tests
1 parent fac8861 commit 670dd5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tool/travis.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Future main() async {
99
dartanalyzer --fatal-warnings --fatal-infos .
1010
dartfmt -n --set-exit-if-changed .
1111
12-
pub run test -p vm -j 1
12+
# No VM tests
13+
# pub run test -p vm -j 1
1314
# pub run build_runner test -- -p vm -j 1 test/multiplatform
1415
1516
pub run test -p chrome -j 1

0 commit comments

Comments
 (0)