Files

22 lines
408 B
YAML
Raw Permalink Normal View History

2016-05-10 23:23:33 +07:00
node_js:
2019-08-14 10:40:31 +02:00
- 'node'
- 'lts/*'
dist: xenial
2016-05-10 23:23:33 +07:00
language: node_js
2017-03-31 22:17:53 +02:00
notifications:
irc:
on_success: change
on_failure: always
use_notice: true
channels:
- "chat.freenode.net#choo"
template:
- "%{repository_slug} #%{build_number} %{result}: %{build_url}"
2019-08-14 10:40:31 +02:00
services:
- xvfb
2019-04-02 14:55:21 +02:00
install:
- npm install
2019-08-14 10:40:31 +02:00
script:
- npm run test:node
- xvfb-run --auto-servernum npm run test:browser