From dc7b554c8d976219cb5569140a9ef807bf858cb0 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sun, 18 Dec 2016 00:14:06 +0100 Subject: [PATCH] Install ntp before starting the tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e5222656a..12250660f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js services: - docker +- ntp before_install: npm install -g npm@'>=2.13.5' script: - npm test