Add example config for travis build

This commit is contained in:
Franc Camps-Febrer
2018-11-07 15:13:22 -05:00
parent 4dcf89b0c9
commit 0c67040ddf

View File

@@ -6,6 +6,7 @@ cache:
- node_modules
before_script:
- npm install -g yarn
- cp config.example.js config.js
install:
- yarn
script: