Skip to content

Commit

Permalink
fix travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimapaloskin committed Mar 11, 2017
1 parent 7ff2fe2 commit 880fde6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ node_js:
cache:
directories:
- node_modules

before_script:
npm run build
2 changes: 1 addition & 1 deletion test/utils.js
Original file line number Diff line number Diff line change
@@ -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) => {
Expand Down

0 comments on commit 880fde6

Please sign in to comment.