Skip to content

Commit

Permalink
chore: started upgrading the console to LitElemet
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Aug 28, 2019
1 parent 0345e56 commit d517891
Show file tree
Hide file tree
Showing 22 changed files with 12,071 additions and 7,574 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
coverage/
_site/
dist/
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ['@advanced-rest-client/eslint-config'].map(require.resolve),
};
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ $RECYCLE.BIN/
.nfs*

node_modules
build
coverage
14 changes: 14 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
coverage/
test/
demo/
gen-tsd.json
CONTRIBUTING.md
.travis.yml
index.html
polymer.json
karma.*
husky.*
commitlint.*
.*
*.config.*
prettier.config.js
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
language: node_js
node_js: 8
node_js: stable
sudo: required
before_script: npm install -g polymer-cli @advanced-rest-client/wct-istanbub
addons:
firefox: latest
apt:
sources:
- google-chrome
- google-chrome
packages:
- google-chrome-stable
sauce_connect: true
- google-chrome-stable
script:
- npm run lint
- xvfb-run polymer test --module-resolution=node --npm --plugin local
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test --module-resolution=node --npm --plugin sauce --job-name "api-console:${TRAVIS_BRANCH}" --build-number=${TRAVIS_BUILD_NUMBER}; fi'
- npm test
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test:sl; fi
cache:
directories:
- node_modules
Expand Down
Loading

0 comments on commit d517891

Please sign in to comment.