mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
18 lines
265 B
YAML
18 lines
265 B
YAML
|
|
# Language/versions
|
|
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
|
|
# Build script
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
script: 'grunt ci'
|
|
|
|
# Notifications
|
|
notifications:
|
|
email:
|
|
- j.robinson@nature.com
|
|
- perry.harlock@nature.com
|
|
- rowan.manning@nature.com
|