jellyfish-web/dashboard-ui/bower_components/iron-range-behavior/.travis.yml

24 lines
765 B
YAML
Raw Normal View History

2016-06-22 16:07:52 -04:00
language: node_js
sudo: required
before_script:
2016-07-15 17:16:18 -04:00
- npm install -g bower polylint web-component-tester
- bower install
- polylint
2016-06-22 16:07:52 -04:00
env:
global:
2016-07-15 17:16:18 -04:00
- secure: ioGoTHzroJHO2O9B8y/xB7dsnWY+dArvRF+Dem/0Z8yTJZ/QFCeqFctQXNdj7HIm/y7ZxetVFBnxr+0HbF62qdmVkvfBzD/TaQPeXOHSyrSbR2aAQLeSwRbcUyOmmtk/q0frf1o81i3inoLjrGKieCZq7U8VF/6YyfRDhouU5/Q=
- secure: LxoITNXWo1Vh2dOlg0I/KI/wuEaiMpNPRcg8MN6TOwy6UIKPwlpA69YZ4eLNDnuCjndQHL7Cl/TA5njubss4UeXG+L3oQMGNBEcRSHGZGxEyTZpofJp5FFK3Ja9CpaBMB7IsWAwuGPJZXM/6aoyAVipJ1et2Gbbasd5EbQYjRwc=
2016-06-22 16:07:52 -04:00
node_js: stable
addons:
2016-07-15 17:16:18 -04:00
firefox: '46.0'
2016-06-22 16:07:52 -04:00
apt:
sources:
2016-07-15 17:16:18 -04:00
- google-chrome
2016-06-22 16:07:52 -04:00
packages:
2016-07-15 17:16:18 -04:00
- google-chrome-stable
2016-06-22 16:07:52 -04:00
sauce_connect: true
script:
2016-07-15 17:16:18 -04:00
- xvfb-run wct
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'default'; fi
2016-06-22 16:07:52 -04:00
dist: trusty