mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 14:21:13 +00:00
30 lines
488 B
YAML
30 lines
488 B
YAML
|
|
# Language/versions
|
|
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
|
|
# Build only master (and pull-requests)
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
# Services setup
|
|
services:
|
|
- mongodb
|
|
|
|
# Build script
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
- cp config/test.sample.json config/test.json
|
|
- grunt start-test &
|
|
- sleep 5 # give server time to start
|
|
script: 'grunt ci'
|
|
|
|
# Notifications
|
|
notifications:
|
|
email:
|
|
- j.robinson@nature.com
|
|
- perry.harlock@nature.com
|
|
- rowan.manning@nature.com
|