From bd81bc723dfcdddd2ecf536f17d4dabcfc924ac6 Mon Sep 17 00:00:00 2001 From: web-padawan Date: Thu, 19 Apr 2018 15:17:40 +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 737fdfc..482f38e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,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 && if [[ "$TRAVIS_EVENT_TYPE" = "pull_request" ]]; then xvfb-run -s '-screen 0 1024x768x24' polymer test --module-resolution=node --npm -l chrome;