diff --git a/.travis.yml b/.travis.yml index 6d9ef085d..0bfa761b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ install: - npm install script: -- npm test +- cp conf.json.dist conf.json && npm test