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
web-padawan committed Apr 9, 2018
1 parent 7305a9c commit 2809b21
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 @@ -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;
Expand Down

0 comments on commit 2809b21

Please sign in to comment.