-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Elliott Marquez
committed
Jun 23, 2018
1 parent
9a2e0c8
commit 0b0b640
Showing
11 changed files
with
337 additions
and
450 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,19 @@ | ||
language: node_js | ||
sudo: 'false' | ||
before_script: | ||
- npm install -g polymer-cli | ||
- polymer install --variants | ||
- >- | ||
npm run update-types && git diff --exit-code || (echo -e | ||
'\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run | ||
update-types".' && false) | ||
- >- | ||
npm run format && git diff --exit-code || (echo -e '\n\033[31mERROR:\033[0m | ||
Project is not formatted. Please run "npm run format".' && false) | ||
before_script: npm install -g polymer-cli | ||
env: | ||
global: | ||
- secure: >- | ||
eQwWgzO9xTPJ2yGTukx1LinlkjZkPxDq7ZIj2XH6hy1eGROhJo9+OX6TvP3zF0Gdwr5zd4gRDWoCEzA76hp6UpluTvcMQjzI9RKFehXbRUp8pYWKc2E4rPg1SC7LtXM2aJ2ePzKwh9QO+87Nz/xbJ+VR8/NP27YbzWRsYDs01zg= | ||
- secure: >- | ||
TlFiLsdy1qq80zub+MLA5XdGmQ6e9AYqjUGa+P1ey8rtPmuFChLfRV12vX5KbaxqlESBoA/nfIf1dAwuE3KYTdp41s8pjzfAna/khqw1PePwAyZ1fGLk7PJBtCN4fuGhudrxQSVBi5iRmJ6uNHFO61efRBLvAQw2U66j8wM+vmA= | ||
- secure: eQwWgzO9xTPJ2yGTukx1LinlkjZkPxDq7ZIj2XH6hy1eGROhJo9+OX6TvP3zF0Gdwr5zd4gRDWoCEzA76hp6UpluTvcMQjzI9RKFehXbRUp8pYWKc2E4rPg1SC7LtXM2aJ2ePzKwh9QO+87Nz/xbJ+VR8/NP27YbzWRsYDs01zg= | ||
- secure: TlFiLsdy1qq80zub+MLA5XdGmQ6e9AYqjUGa+P1ey8rtPmuFChLfRV12vX5KbaxqlESBoA/nfIf1dAwuE3KYTdp41s8pjzfAna/khqw1PePwAyZ1fGLk7PJBtCN4fuGhudrxQSVBi5iRmJ6uNHFO61efRBLvAQw2U66j8wM+vmA= | ||
node_js: '9' | ||
addons: | ||
firefox: latest | ||
chrome: stable | ||
script: | ||
- xvfb-run polymer test | ||
- >- | ||
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test -s 'default'; | ||
fi | ||
- xvfb-run polymer test --module-resolution=node --npm | ||
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test --module-resolution=node --npm -s ''default''; fi' | ||
dist: trusty | ||
cache: | ||
directories: | ||
- node_modules | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.