From 5290218626af815f6cae8173bc78d21881a4dda8 Mon Sep 17 00:00:00 2001 From: vmarchaud Date: Thu, 29 Mar 2018 11:01:17 +0200 Subject: [PATCH] chore: use npm install for CI as yarn has issue with npm --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 320d304dd..3d36d45e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,5 @@ before_install: - sudo apt-get install php5-cli services: - docker +install: + - npm install