From 880fde6ba5a499510a8ee6cc6f3c033f9e3caebb Mon Sep 17 00:00:00 2001 From: dimapaloskin Date: Sat, 11 Mar 2017 12:28:00 +0300 Subject: [PATCH] fix travis tests --- .travis.yml | 3 +++ test/utils.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1cc5fe0..d12b038 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,6 @@ node_js: cache: directories: - node_modules + +before_script: + npm run build diff --git a/test/utils.js b/test/utils.js index 82ac9fb..9a95d8e 100644 --- a/test/utils.js +++ b/test/utils.js @@ -1,7 +1,7 @@ const Promise = require('bluebird'); const micro = require('micro'); const getPort = require('get-port'); -const chain = require('./../lib'); +const chain = require('./../dist'); exports.createSimple = fn => { return new Promise((resolve, reject) => {