Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Breaking: Upgrading to Polymer 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Mar 2, 2019
1 parent a29e8c7 commit 45034f0
Show file tree
Hide file tree
Showing 55 changed files with 6,980 additions and 4,853 deletions.
15 changes: 5 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: node_js
node_js: 8
sudo: required
before_script:
- npm install -g polymer-cli istanbul wct-istanbub
- polymer install
before_script: npm install -g polymer-cli @advanced-rest-client/wct-istanbub
addons:
firefox: latest
apt:
Expand All @@ -14,14 +12,11 @@ addons:
sauce_connect: true
script:
- npm run lint
- xvfb-run polymer test --plugin local
- xvfb-run polymer test --module-resolution=node --npm --plugin local
- >-
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test --plugin sauce
--job-name "import-panel:${TRAVIS_BRANCH}"
--build-number=${TRAVIS_BUILD_NUMBER}; fi
cache:
directories:
- node_modules
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test
--module-resolution=node --npm --plugin sauce --job-name
"import-panel:${TRAVIS_BRANCH}" --build-number=${TRAVIS_BUILD_NUMBER}; fi
env:
global:
- secure: >-
Expand Down

0 comments on commit 45034f0

Please sign in to comment.