From 82551ecc6cf7da1cc0a440f43354eb0a81e171cd Mon Sep 17 00:00:00 2001 From: TruongSinh Tran-Nguyen Date: Sun, 9 Dec 2018 21:23:27 +0700 Subject: [PATCH] dart 2 is now available --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3a6410de4..4bcdd1aeae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: dart dart: - # - stable # there's no Dart 2 on the stable channel yet + - stable - dev script: ./tool/presubmit.sh