mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
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!
7 lines
49 B
YAML
7 lines
49 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "8"
|
|
|
|
|