From 59f4fbc54bae77196d1428ca71c22db1fbcbf1a1 Mon Sep 17 00:00:00 2001 From: web-padawan Date: Wed, 25 Apr 2018 13:08:13 +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 83cfce33..e037f525 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,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;