From c3fc243f490b4449f2cb616ec7a74cb46013d64a Mon Sep 17 00:00:00 2001 From: Lachie Kermode Date: Mon, 19 Nov 2018 16:47:32 +0000 Subject: [PATCH] update travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 575e07a..96babc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: