diff --git a/.travis.yml b/.travis.yml index cf2737c..0841278 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,7 @@ node_js: - "0.12" - "0.10" - "iojs" +install: + - npm run dev-up +script: + - npm run ci