mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
Add Travis config
This commit is contained in:
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
# 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
|
Reference in New Issue
Block a user