From dc56437a3f07499bb5deef035ad035124918840e Mon Sep 17 00:00:00 2001 From: Ed Morales Date: Wed, 12 Apr 2017 11:00:10 -0700 Subject: [PATCH] fix(travis): fix npm install for now while we check why yarn install gives AoT errors (#506) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4dd4fe80cd..69868b763a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_script: - sh -e /etc/init.d/xvfb start install: - npm i process-nextick-args util-deprecate buffer-shims -- yarn install +- npm install - npm rebuild node-sass # Workaround for https://github.com/yarnpkg/yarn/issues/1981 script: - npm run lint