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

25 lines
421 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:
2017-06-26 00:08:39 +02:00
- yarn install
2016-07-22 08:09:22 +02:00
- 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
2017-04-19 08:47:03 +02:00
addons:
sauce_connect: true