From 32b187ff9f47215837ad1137c924dd7244f4b0c3 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sun, 3 Dec 2017 18:22:05 +0800 Subject: [PATCH] no --pure-lockfile --ignore-scripts --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bcff7b2..02a5492 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s - export PATH="$HOME/.yarn/bin:$PATH" -install: yarn install --pure-lockfile --ignore-scripts +install: yarn install