From ff57783c3d9727e98061dd7a95ebce1af405234e Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sun, 18 Dec 2016 00:08:48 +0100 Subject: [PATCH] Run integration tests in travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8050257cd..e5222656a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ script: - npm test - docker-compose build - docker-compose up -d +- sleep 5 +- npm run-script integration-test deploy: provider: npm email: clement.michaud34@gmail.com