1
mirror of https://github.com/home-assistant/frontend synced 2024-10-11 04:27:45 +02:00
ha-frontend/.travis.yml
2017-06-25 15:08:39 -07:00

25 lines
421 B
YAML

sudo: false
language: node_js
cache:
directories:
- node_modules
- bower_components
install:
- yarn install
- bower install
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
script:
- npm run js_prod
- npm run test
- xvfb-run wct
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct --plugin sauce; fi
dist: trusty
addons:
sauce_connect: true