From a6d3c109b3de89340d227635abead73911bff837 Mon Sep 17 00:00:00 2001 From: Juan Pedro Moreno <4879373+juanpedromoreno@users.noreply.github.com> Date: Tue, 3 Apr 2018 00:38:16 +0200 Subject: [PATCH] Releases the plugin first, then the core Just to make the simplest process first --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1622e7879..55f2455eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,8 +60,8 @@ jobs: git clean -f; git checkout master; git pull origin master; - sbt release; sbt ";project idlgen-sbt;release"; + sbt release; sbt depUpdateDependencyIssues; fi fi