From 170fde8f5809431ae006cc0035b2d82a876f2434 Mon Sep 17 00:00:00 2001 From: Steve Messick Date: Fri, 15 Feb 2019 14:18:53 -0800 Subject: [PATCH] Fix versions --- .travis.yml | 1 - product-matrix.json | 14 ++------------ tool/plugin/test/plugin_test.dart | 4 ---- 3 files changed, 2 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index 81e178029f..540f9ffdf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,5 @@ env: - CHECK_BOT=true - IDEA_VERSION=2018.2.5 - IDEA_VERSION=3.3.1 - - IDEA_VERSION=3.4 - IDEA_VERSION=2018.3 - IDEA_VERSION=2019.1 diff --git a/product-matrix.json b/product-matrix.json index cecd3b33b3..511b6ef4b6 100644 --- a/product-matrix.json +++ b/product-matrix.json @@ -21,23 +21,13 @@ "untilBuild": "182.*" }, { - "comments": "IntelliJ 2018.3, AS 3.4 beta", - "name": "Android Studio", - "version": "3.4", - "ideaProduct": "android-studio", - "ideaVersion": "183.5304277", - "dartPluginVersion": "183.5901", - "sinceBuild": "183.0", - "untilBuild": "183.5429.30.34.*" - }, - { - "comments": "AS 3.5 canary", + "comments": "IntelliJ 2018.3, AS 3.4 beta, AS 3.5 canary", "name": "IntelliJ", "version": "2018.3", "ideaProduct": "android-studio", "ideaVersion": "183.5290690", "dartPluginVersion": "183.5901", - "sinceBuild": "183.5429.30.35", + "sinceBuild": "183.5429", "untilBuild": "183.*" }, { diff --git a/tool/plugin/test/plugin_test.dart b/tool/plugin/test/plugin_test.dart index 109574e694..951f1ff33a 100644 --- a/tool/plugin/test/plugin_test.dart +++ b/tool/plugin/test/plugin_test.dart @@ -38,7 +38,6 @@ void main() { 'android-studio', 'android-studio', 'android-studio', - 'android-studio', 'ideaIC', ])); }); @@ -55,7 +54,6 @@ void main() { 'android-studio', 'android-studio', 'android-studio', - 'android-studio', 'ideaIC', ])); }); @@ -72,7 +70,6 @@ void main() { 'android-studio', 'android-studio', 'android-studio', - 'android-studio', 'ideaIC', ])); }); @@ -152,7 +149,6 @@ void main() { orderedEquals([ 'releases/release_19/2018.2.5/flutter-intellij.zip', 'releases/release_19/3.3.1/flutter-intellij.zip', - 'releases/release_19/3.4/flutter-intellij.zip', 'releases/release_19/2018.3/flutter-intellij.zip', 'releases/release_19/2019.1/flutter-intellij.zip', ]));