mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-13 10:55:58 +03:00
d81d408eab
- affects #91 - Move dataProvider initialization outside constructor - Add travis sqlite config that enables debug - Add grunt-cli installation to travis before_script
9 lines
127 B
YAML
9 lines
127 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.11"
|
|
- "0.10"
|
|
- "0.8"
|
|
git:
|
|
submodules: false
|
|
before_script:
|
|
- npm install -g grunt-cli |