-
Notifications
You must be signed in to change notification settings - Fork 27
/
.travis.yml
27 lines (27 loc) · 981 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: node_js
sudo: 'false'
before_script:
- npm install -g polymer-cli
- git checkout package-lock.json
- >-
npm run format && git diff --exit-code || (echo -e '\n\033[31mERROR:\033[0m
Project is not formatted. Please run "npm run format".' && false)
env:
global:
- secure: >-
Q7DqYWnSrdVLOmxyUl/WK/gLklAlX+dmBhZB2WZzWVLocR58L6TbD24Qw47G5fVwGmGbiaEHlYPEsvzcAZhHgVmepq+IpPA68clm4juq+gL8quphB9xHiGCLdkNTTdKtLyU0PkIha6WkMrQ/swODaeEqvKYQQWxY5hBSguQtCYI=
- secure: >-
XyEmnfRSctjtugnNorCxITmncTRvB1Lxcm0vfSNgtV7Dmy/FNO3QebrqhFJXeansdl2MZ1NW5mJQfaTyotJuVIRrdVSYLfx37l3gdgqc7kMgc+/FaNy/NfptmHlJz2WhN2ZQOZ6heahEVSqg2kD1CG6A/ci3S/rZvl0Zk1y5ygQ=
node_js: node
addons:
firefox: latest
chrome: stable
script:
- 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