Files
buuh/.travis.yml
T
2019-08-14 10:48:33 +02:00

22 lines
408 B
YAML

node_js:
- 'node'
- 'lts/*'
dist: xenial
language: node_js
notifications:
irc:
on_success: change
on_failure: always
use_notice: true
channels:
- "chat.freenode.net#choo"
template:
- "%{repository_slug} #%{build_number} %{result}: %{build_url}"
services:
- xvfb
install:
- npm install
script:
- npm run test:node
- xvfb-run --auto-servernum npm run test:browser