update travis config

This commit is contained in:
Lachie Kermode
2018-11-19 16:47:32 +00:00
parent 96e30ad806
commit c3fc243f49

View File

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