🛠 Added .travis.yml and gscan tests (#470)

- 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!
This commit is contained in:
Hannah Wolfe
2018-08-14 22:10:01 +01:00
committed by GitHub
parent 0ea375643b
commit 9d803067a4
3 changed files with 768 additions and 41 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: node_js
sudo: false
node_js:
- "8"