Skip to content

Commit

Permalink
Use bare module specifiers in the P3 conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Apr 24, 2018
1 parent 792a7fb commit bf70048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf70048

Please sign in to comment.