9d803067a4
- Add gscan dependency & travis.yml file, so that we can run gscan as a test for this repo - This check tells us whether or not the theme is valid & compatible with Ghost according to gscan - We recommend that all themes do this!
6 lines
49 B
YAML
6 lines
49 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "8"
|
|
|
|
|