1
mirror of https://github.com/home-assistant/frontend synced 2024-10-11 04:27:45 +02:00
ha-frontend/.travis.yml

22 lines
370 B
YAML
Raw Normal View History

2015-08-13 05:29:58 +02:00
sudo: false
language: node_js
2016-07-28 05:22:48 +02:00
cache:
directories:
- node_modules
- bower_components
2016-07-22 08:09:22 +02:00
install:
- npm install
- bower install
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
script:
- npm run test
- xvfb-run wct
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct --plugin sauce; fi
dist: trusty