From bf70048e0b0d15065dbec31eddc50bcd926ce14d Mon Sep 17 00:00:00 2001 From: Tomi Virkki Date: Tue, 24 Apr 2018 17:14:43 +0300 Subject: [PATCH] Use bare module specifiers in the P3 conversion --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b6dfa3..9a621a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ script: npm install -g yarn magi-cli polymer-cli@next && (cd .. && git clone --depth 1 -b vaadin-components git://github.com/web-padawan/polymer-modulizer.git && cd polymer-modulizer && npm link) && rm -rf node_modules && - magi p3-convert --out . && + magi p3-convert --out . --import-style=name && yarn install --flat; fi # TODO: Visual tests are excluded because gemini-polyserve doesn't support Polymer 3