From ac5de49627aa6222e16fca51d6565a4a2c3161b3 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Sun, 1 Dec 2019 14:07:22 -0800 Subject: [PATCH] update travis config --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 94f6bc9..2575c55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: - curl -L https://unpkg.com/@pnpm/self-installer | node install: - pnpm install - + script: - pnpm run build @@ -28,5 +28,6 @@ deploy: skip_cleanup: true # Set in Travis CI dashboard github_token: $GITHUB_TOKEN + keep_history: true on: - branch: master \ No newline at end of file + branch: master