ha-frontend-cdce8p/.travis.yml
Paulus Schoutsen ca82a411aa Add automation editor (#275)
* Add automation editor

* Build JS before running tests

* Add browser warning

* Re-order from/to in state
2017-05-09 09:37:10 -07:00

25 lines
420 B
YAML

sudo: false
language: node_js
cache:
directories:
- node_modules
- bower_components
install:
- npm 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