From c5b7a35f1d97c2ac0f95a676b41750a947176977 Mon Sep 17 00:00:00 2001 From: evan Date: Tue, 8 Oct 2019 16:41:21 -0700 Subject: [PATCH] travis pnpm config --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 440aeec..94f6bc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,14 @@ language: node_js node_js: - 10 -# Compile the site -script: +cache: + npm: false +before_install: + - curl -L https://unpkg.com/@pnpm/self-installer | node +install: - pnpm install + +script: - pnpm run build # Deploy the site - this hook comes from Travis integration