mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
Update the Travis config to run tests
This commit is contained in:
@@ -4,9 +4,16 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
|
||||||
|
# Services setup
|
||||||
|
services:
|
||||||
|
- mongodb
|
||||||
|
|
||||||
# Build script
|
# Build script
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g grunt-cli
|
- 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'
|
script: 'grunt ci'
|
||||||
|
|
||||||
# Notifications
|
# Notifications
|
||||||
|
Reference in New Issue
Block a user